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

Unified Diff: static/scss/_utilities.scss

Issue 29612659: Issue 6061 - website-defaults unstyled ul doesn't unstyle li (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Nov. 20, 2017, 2:58 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 | « pages/utilities.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_utilities.scss
===================================================================
--- a/static/scss/_utilities.scss
+++ b/static/scss/_utilities.scss
@@ -101,25 +101,29 @@
border: 0;
}
/* Unstyled elements
******************************************************************************/
.unstyled,
.unstyled *,
-.content .unstyled
+.content .unstyled,
+.content .unstyled *
{
margin: 0;
padding: 0;
border: 0;
background: none;
}
-ul.unstyled
+.unstyled ul,
+ul.unstyled,
+.unstyled li,
+li.unstyled
{
list-style: none;
}
/* Backgrounds
******************************************************************************/
.bg-primary
« no previous file with comments | « pages/utilities.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld