Commit 46bb8b42 authored by Chris Rebert's avatar Chris Rebert

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

Simplified CSS responsive-invisibility mixin
parents 559fcbfb ae3a9169
...@@ -559,8 +559,8 @@ ...@@ -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; }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment