Fix .hidden class specificity, should not be overridable, ref #12138

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-31 14:00:08 +01:00
parent 1086cbbe61
commit 25e70e1eb7
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
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 {