mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:04:09 +08:00
Merge pull request #2575 from discourse/revert-2573-patch-5
Revert "FIX: hidden helper class is important"
This commit is contained in:
commit
42bd23adbe
@ -22,11 +22,11 @@
|
||||
|
||||
.hide,
|
||||
.hidden {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
|
Loading…
x
Reference in New Issue
Block a user