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: Removed includes for the sake of consistency (will separate separately) Created Nov. 20, 2017, 3:27 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
« pages/utilities.html ('K') | « 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,
ire 2017/11/27 08:40:02 I don't think this selector is needed because if .
juliandoucette 2017/11/27 13:32:10 Good catch.
+li.unstyled
ire 2017/11/27 08:40:02 NIT: I can't think of a case where only one list i
juliandoucette 2017/11/27 13:32:09 Acknowledged.
{
list-style: none;
}
/* Backgrounds
******************************************************************************/
.bg-primary
« pages/utilities.html ('K') | « pages/utilities.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld