]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm `visibility` where redundant to `display` 16021/head
authorChris Rebert <code@rebertia.com>
Mon, 9 Mar 2015 08:39:43 +0000 (01:39 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 9 Mar 2015 08:40:26 +0000 (01:40 -0700)
Refs #15755

less/component-animations.less
less/navbar.less
less/navs.less
less/tooltip.less

index 967715d98b680b298573b22ba1a7a3448f81eff3..0bcee910ac5f2c249cd6280d1e69fd03d178b24e 100644 (file)
@@ -17,9 +17,8 @@
 
 .collapse {
   display: none;
-  visibility: hidden;
 
-  &.in      { display: block; visibility: visible; }
+  &.in      { display: block; }
   tr&.in    { display: table-row; }
   tbody&.in { display: table-row-group; }
 }
index 0c835030e5d0b71bdf018ea11fd7537f9411844d..6d751bb9ce0adfe6aac21bc69fbb9aa43880eae0 100644 (file)
@@ -67,7 +67,6 @@
 
     &.collapse {
       display: block !important;
-      visibility: visible !important;
       height: auto !important;
       padding-bottom: 0; // Override default setting
       overflow: visible !important;
index f26fec7a5c60437f1a0a72e3cab53707522f51e1..a3d11b136211f3ee4a4d3beeb19c5ffba203b15b 100644 (file)
 .tab-content {
   > .tab-pane {
     display: none;
-    visibility: hidden;
   }
   > .active {
     display: block;
-    visibility: visible;
   }
 }
 
index 3ebfdcdff235da8cd1fdfc4a45486a5b3e1be828..9d5684743309e74514cebc5e5a2e49d876f38c93 100644 (file)
@@ -8,7 +8,6 @@
   position: absolute;
   z-index: @zindex-tooltip;
   display: block;
-  visibility: visible;
   // Reset font and text properties given new insertion method
   font-family: @font-family-base;
   font-size: @font-size-small;