]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Simplified CSS responsive-invisibility mixin 10661/head
authorSteve S <shot@perceptualmediaworks.com>
Mon, 16 Sep 2013 14:16:53 +0000 (09:16 -0500)
committerSteve S <shot@perceptualmediaworks.com>
Mon, 16 Sep 2013 14:16:53 +0000 (09:16 -0500)
less/mixins.less

index 42523c2aa7b21846bcf29e940bfbedc0fc01c735..74e7177cd9ef912888729a295d06795176f016e5 100644 (file)
 }
 
 .responsive-invisibility() {
-  display: none !important;
-  tr& { display: none !important; }
+       &,
+  tr&,
   th&,
   td& { display: none !important; }
 }