Commit c9ccbd2c authored by Mark Otto's avatar Mark Otto

Fixes #8329: add `!important` to `.hidden`

parent 5e29c422
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
// Hide from screenreaders and browsers // Hide from screenreaders and browsers
// Credit: HTML5 Boilerplate // Credit: HTML5 Boilerplate
.hidden { .hidden {
display: none; display: none !important;
visibility: hidden; visibility: hidden !important;
} }
// Visibility utilities // Visibility utilities
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment