From 179d9c45057aaf037753af4d104448867b1fc236 Mon Sep 17 00:00:00 2001 From: RamonvdW <“50547870+RamonvdW@users.noreply.github.com”> Date: Thu, 17 Jun 2021 13:57:47 +0200 Subject: [PATCH] Fix for issue 146 (Rounding artefacts with dark table row) --- sass/components/_global.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sass/components/_global.scss b/sass/components/_global.scss index 42b235d2a3..94bc99381a 100644 --- a/sass/components/_global.scss +++ b/sass/components/_global.scss @@ -371,10 +371,6 @@ table { > tr:nth-child(odd) { background-color: $table-striped-color; } - - > tr > td { - border-radius: 0; - } } &.highlight > tbody > tr { @@ -401,7 +397,7 @@ td, th{ display: table-cell; text-align: left; vertical-align: middle; - border-radius: 2px; + border-radius: 0; } // Responsive Table