aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorwojtask9 <[email protected]>2019-09-27 14:22:31 +0200
committerMartijn Cuppens <[email protected]>2019-09-27 13:22:31 +0100
commitf2dff864aa09140dd7edc6b5e27ecf590f2f7fa5 (patch)
tree526add359f77235715a75ec7ea5cefea48834a29 /scss
parent6b150855df836210188b0cec5e989468ca5e9611 (diff)
downloadbootstrap-f2dff864aa09140dd7edc6b5e27ecf590f2f7fa5.tar.xz
bootstrap-f2dff864aa09140dd7edc6b5e27ecf590f2f7fa5.zip
Remove duplicated td selector (#29454)
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 288f3b44b..d5b3cddf2 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;