From f2dff864aa09140dd7edc6b5e27ecf590f2f7fa5 Mon Sep 17 00:00:00 2001 From: wojtask9 Date: Fri, 27 Sep 2019 14:22:31 +0200 Subject: [PATCH] Remove duplicated td selector (#29454) --- scss/_tables.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_tables.scss b/scss/_tables.scss index 288f3b44b5..d5b3cddf21 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -19,10 +19,6 @@ vertical-align: inherit; } - td { - border-bottom: $table-border-width solid $table-border-color; - } - thead th { vertical-align: bottom; border-bottom-color: $table-head-border-color;