css: declare [hidden] element always hidden (#63324)

This commit is contained in:
Thomas Jund 2022-03-29 17:33:22 +02:00 committed by Frédéric Péters
parent f5a0678c00
commit f9d78b8162
2 changed files with 4 additions and 3 deletions

View File

@ -87,9 +87,6 @@ a.button {
%button {
display: inline-block;
&[hidden] {
display: none;
}
padding: 5px 15px;
cursor: pointer;
border: 0px solid #aaa;

View File

@ -76,6 +76,10 @@ a {
cursor: pointer;
}
[hidden] {
display: none !important;
}
dl dt {
margin : 0;
padding : 0 0 0 0;