1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Merge pull request #10661 from Shotster/simplified-responsive-invisibility

Simplified CSS responsive-invisibility mixin
This commit is contained in:
Chris Rebert
2013-09-16 10:59:22 -07:00

View File

@@ -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; }
} }