Skip to content
Snippets Groups Projects
Commit 7d982caf authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #3490 from oswaldoacauan/fix-hidden-styles

[HTML5] Fix style for hidden/aria-hidden attributes
parents 5ea1e278 00125b7b
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@ a {
border: 0;
}
[hidden]:not([hidden="false"]),
[aria-hidden]:not([aria-hidden="false"]) {
display: none !important;
}
/* DEBUG ONLY
* {
background-color: rgba(0, 0, 0, .025) !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment