mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Simplified CSS responsive-invisibility mixin
This commit is contained in:
+2
-2
@@ -559,8 +559,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.responsive-invisibility() {
|
.responsive-invisibility() {
|
||||||
display: none !important;
|
&,
|
||||||
tr& { display: none !important; }
|
tr&,
|
||||||
th&,
|
th&,
|
||||||
td& { display: none !important; }
|
td& { display: none !important; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user