Commit 5e4f663e authored by Mark Otto's avatar Mark Otto

Undo important on hide/show utilties; punt to 3.0

parent b6575cc7
...@@ -6053,11 +6053,11 @@ a.badge:hover { ...@@ -6053,11 +6053,11 @@ a.badge:hover {
} }
.hide { .hide {
display: none !important; display: none;
} }
.show { .show {
display: block !important; display: block;
} }
.invisible { .invisible {
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
// Toggling content // Toggling content
.hide { .hide {
display: none !important; display: none;
} }
.show { .show {
display: block !important; display: block;
} }
// Visibility // Visibility
......
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