Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/_reset.scss

Issue 29762592: Noissue - Add \!important to [hidden] reset rule (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created April 26, 2018, 12:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_reset.scss
===================================================================
--- a/static/scss/_reset.scss
+++ b/static/scss/_reset.scss
@@ -184,10 +184,10 @@
/* Remove the border on images inside links in IE 10-. */
border-style: none;
}
/* Set correct display for hidden attribute in IE 10- */
[hidden]
{
- display: none;
+ display: none !important;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld