]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
uncomment autohiding scroll and remove commented out border 21208/head
authorMark Otto <markdotto@gmail.com>
Sat, 26 Nov 2016 09:47:16 +0000 (01:47 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 26 Nov 2016 09:47:16 +0000 (01:47 -0800)
scss/_tables.scss

index 38153b6341b06ce2fe5fb52483e9071294d282fa..3d8000045b1d4057b9535bae939edaf836d689f2 100644 (file)
   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 {