Merge pull request #12167 from nextcloud/hidden-class
Fix .hidden class specificity, should not be overridable, ref #12138
This commit is contained in:
commit
3c442e4138
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important; /* Hiding should take precedence */
|
||||
}
|
||||
|
||||
.hidden-visually {
|
||||
|
|
Loading…
Reference in New Issue