From f007cf3dad3f243d58c321150f607d80f28ff6cc Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 8 Jun 2023 15:23:13 +1000 Subject: [PATCH] Fix up table borders --- app/webpacker/css/admin_v3/shared/tables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {