Merge pull request #12167 from nextcloud/hidden-class

Fix .hidden class specificity, should not be overridable, ref #12138
This commit is contained in:
Roeland Jago Douma 2018-10-31 20:30:14 +01:00 committed by GitHub
commit 3c442e4138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
}
.hidden {
display: none;
display: none !important; /* Hiding should take precedence */
}
.hidden-visually {