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

Unified Diff: static/scss/_utilities.scss

Issue 29626562: Issue 6061 - Added important to utilities (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed comment Created Dec. 4, 2017, 1:12 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/_utilities.scss
===================================================================
--- a/static/scss/_utilities.scss
+++ b/static/scss/_utilities.scss
@@ -100,28 +100,23 @@
padding: 0;
border: 0;
}
/* Unstyled elements
******************************************************************************/
.unstyled,
-.unstyled *,
-.content .unstyled
+.unstyled *
{
- margin: 0;
- padding: 0;
- border: 0;
- background: none;
-}
-
-ul.unstyled
-{
- list-style: none;
+ margin: 0 !important;
+ padding: 0 !important;
+ border: 0 !important;
+ background: none !important;
+ list-style: none !important;
ire 2017/12/05 09:30:13 NIT: Is there a reason you removed the `list-style
}
/* Backgrounds
******************************************************************************/
.bg-primary
{
color: $primary-light;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld