aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-26 01:47:16 -0800
committerMark Otto <[email protected]>2016-11-26 01:47:16 -0800
commitb88c32cf17a7976e12a4dc077389eb71d42df8ca (patch)
treee9ba3ad1853e13d3f330f844fa5b329e7bbd7650
parent410b7dd5e86c4ca31261b66d78097a32fcc2df74 (diff)
downloadbootstrap-b88c32cf17a7976e12a4dc077389eb71d42df8ca.tar.xz
bootstrap-b88c32cf17a7976e12a4dc077389eb71d42df8ca.zip
uncomment autohiding scroll and remove commented out border
-rw-r--r--scss/_tables.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 38153b634..3d8000045 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -145,11 +145,7 @@
width: 100%;
min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
overflow-x: auto;
-
- // TODO: find out if we need this still.
- //
- // border: $table-border-width solid $table-border-color;
- // -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
+ -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 {