diff --git a/app/webpacker/css/admin_v3/shared/tables.scss b/app/webpacker/css/admin_v3/shared/tables.scss index fba4fd16a2..923e0bd481 100644 --- a/app/webpacker/css/admin_v3/shared/tables.scss +++ b/app/webpacker/css/admin_v3/shared/tables.scss @@ -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 {