Commit c9ccbd2c authored by Mark Otto's avatar Mark Otto

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

parent 5e29c422
......@@ -29,8 +29,8 @@
// Hide from screenreaders and browsers
// Credit: HTML5 Boilerplate
.hidden {
display: none;
visibility: hidden;
display: none !important;
visibility: hidden !important;
}
// 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