mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
FIX: Adds important declaration to .hidden
utility/helper class
This commit adds the `!important` declaration to `.hidden` utility/helper class. Without the `!important` declaration, it is not applied correctly across the site.
This commit is contained in:
parent
2f96474155
commit
5a34c7cc9e
|
@ -22,7 +22,7 @@
|
|||
|
||||
.hide,
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
|
Loading…
Reference in New Issue
Block a user