FIX: hidden helper class is important

This commit is contained in:
Erick Guan 2014-07-23 11:50:59 +08:00
parent 66984f9eea
commit f2cd2f1d3c

View file

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