浏览代码

Leven: Remove `!important` flags from utility classes.

Allan Cole 5 年之前
父节点
当前提交
3f61e15d65
共有 1 个文件被更改,包括 34 次插入34 次删除
  1. 34 34
      leven/style-editor.css

+ 34 - 34
leven/style-editor.css

@@ -1029,36 +1029,36 @@ table th,
 	line-height: 1.125;
 }
 
-.has-primary-color[class] {
-	color: #ff302c !important;
+.has-primary-color {
+	color: #ff302c;
 }
 
-.has-secondary-color[class] {
-	color: #1285ce !important;
+.has-secondary-color {
+	color: #1285ce;
 }
 
-.has-foreground-color[class] {
-	color: #444444 !important;
+.has-foreground-color {
+	color: #444444;
 }
 
-.has-foreground-light-color[class] {
-	color: #767676 !important;
+.has-foreground-light-color {
+	color: #767676;
 }
 
-.has-foreground-dark-color[class] {
-	color: #111111 !important;
+.has-foreground-dark-color {
+	color: #111111;
 }
 
-.has-background-light-color[class] {
-	color: #FFFFFF !important;
+.has-background-light-color {
+	color: #FFFFFF;
 }
 
-.has-background-dark-color[class] {
-	color: #DDDDDD !important;
+.has-background-dark-color {
+	color: #DDDDDD;
 }
 
-.has-background-color[class] {
-	color: #f7f7f6 !important;
+.has-background-color {
+	color: #f7f7f6;
 }
 
 .has-background:not(.has-background-background-color) a,
@@ -1066,48 +1066,48 @@ table th,
 	color: currentColor;
 }
 
-.has-primary-background-color[class] {
-	background-color: #ff302c !important;
+.has-primary-background-color {
+	background-color: #ff302c;
 	color: #f7f7f6;
 }
 
-.has-primary-background-color[class] {
-	background-color: #ff302c !important;
+.has-primary-background-color {
+	background-color: #ff302c;
 	color: #f7f7f6;
 }
 
-.has-secondary-background-color[class] {
-	background-color: #1285ce !important;
+.has-secondary-background-color {
+	background-color: #1285ce;
 	color: #f7f7f6;
 }
 
-.has-foreground-background-color[class] {
-	background-color: #444444 !important;
+.has-foreground-background-color {
+	background-color: #444444;
 	color: #f7f7f6;
 }
 
-.has-foreground-light-background-color[class] {
-	background-color: #767676 !important;
+.has-foreground-light-background-color {
+	background-color: #767676;
 	color: #f7f7f6;
 }
 
-.has-foreground-dark-background-color[class] {
-	background-color: #111111 !important;
+.has-foreground-dark-background-color {
+	background-color: #111111;
 	color: #f7f7f6;
 }
 
-.has-background-light-background-color[class] {
-	background-color: #FFFFFF !important;
+.has-background-light-background-color {
+	background-color: #FFFFFF;
 	color: #444444;
 }
 
-.has-background-dark-background-color[class] {
-	background-color: #DDDDDD !important;
+.has-background-dark-background-color {
+	background-color: #DDDDDD;
 	color: #444444;
 }
 
-.has-background-background-color[class] {
-	background-color: #f7f7f6 !important;
+.has-background-background-color {
+	background-color: #f7f7f6;
 	color: #444444;
 }