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

Unified Diff: scss/_reset.scss

Issue 29550643: Issue 5703 - Add CSS fallback for hidden attribute to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Sept. 20, 2017, 10:17 a.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: scss/_reset.scss
===================================================================
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -181,8 +181,15 @@
img
{
/* Make fixed width images responsive */
max-width: 100%;
/* 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;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld