mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Fix up table borders
This commit is contained in:
@@ -16,7 +16,7 @@ table {
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-left: 1px solid $color-border;
|
||||
border-left: 4px solid $color-border;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -140,7 +140,7 @@ table {
|
||||
tbody {
|
||||
tr {
|
||||
td {
|
||||
border-top: 4px solid $color-border; // TODO: Let the table background colour come through, to enable drop shadows
|
||||
border-bottom: 4px solid $color-border; // TODO: Let the table background colour come through, to enable drop shadows
|
||||
}
|
||||
|
||||
&:hover td {
|
||||
|
||||
Reference in New Issue
Block a user