]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed visibility: hidden !important from .hidden class 15755/head
authorJitendra Vyas <mail@jitendra.io>
Thu, 5 Feb 2015 07:58:22 +0000 (13:28 +0530)
committerJitendra Vyas <mail@jitendra.io>
Thu, 5 Feb 2015 07:58:22 +0000 (13:28 +0530)
  This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121

less/utilities.less

index a26031214bd9d8c4702222c68bebbd77e27e4775..7a8ca27a8ff54db1c439812d4b295d9a1c4f6f76 100644 (file)
@@ -44,7 +44,6 @@
 
 .hidden {
   display: none !important;
-  visibility: hidden !important;
 }