Commit ae3a9169 authored by Steve S's avatar Steve S

Simplified CSS responsive-invisibility mixin

parent 6b97970d
...@@ -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