mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: hidden helper class is important
This commit is contained in:
parent
66984f9eea
commit
f2cd2f1d3c
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
.hide,
|
.hide,
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invisible {
|
.invisible {
|
||||||
visibility: hidden;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sr-only {
|
.sr-only {
|
||||||
|
|
Loading…
Reference in a new issue