From eb60521c032f0445d2bdc706648bf26307eeb7da Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 22 Dec 2017 17:58:56 -0800 Subject: Move .table-responsive to a parent class instead of a modifier --- scss/_tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_tables.scss b/scss/_tables.scss index 6bd0b91a4..0e3b1198e 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -171,7 +171,7 @@ -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 // Prevent double border on horizontal scroll due to use of `display: block;` - &.table-bordered { + > .table-bordered { border: 0; } } -- cgit v1.2.3