aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-22 17:58:56 -0800
committerMark Otto <[email protected]>2017-12-22 20:09:58 -0800
commiteb60521c032f0445d2bdc706648bf26307eeb7da (patch)
tree1e49e9d853ea4437c1a136b4b0ac649e74a64756 /scss
parentaacfcc248dc2e7168dc85d742292bd4e521f6929 (diff)
downloadbootstrap-eb60521c032f0445d2bdc706648bf26307eeb7da.tar.xz
bootstrap-eb60521c032f0445d2bdc706648bf26307eeb7da.zip
Move .table-responsive to a parent class instead of a modifier
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}