Merge pull request #2575 from discourse/revert-2573-patch-5

Revert "FIX: hidden helper class is important"
This commit is contained in:
Régis Hanol 2014-07-23 12:25:46 +02:00
commit 42bd23adbe
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@
.hide, .hide,
.hidden { .hidden {
display: none !important; display: none;
} }
.invisible { .invisible {
visibility: hidden !important; visibility: hidden;
} }
.sr-only { .sr-only {