Преглед изворни кода

Alves: Remove `!important` flags from utility classes and recompile.

Allan Cole пре 5 година
родитељ
комит
54a7df3d0b
1 измењених фајлова са 34 додато и 34 уклоњено
  1. 34 34
      alves/style-editor.css

+ 34 - 34
alves/style-editor.css

@@ -1029,36 +1029,36 @@ table th,
 	line-height: 1.125;
 }
 
-.has-primary-color[class] {
-	color: #3E7D98 !important;
+.has-primary-color {
+	color: #3E7D98;
 }
 
-.has-secondary-color[class] {
-	color: #9B6A36 !important;
+.has-secondary-color {
+	color: #9B6A36;
 }
 
-.has-foreground-color[class] {
-	color: #394d55 !important;
+.has-foreground-color {
+	color: #394d55;
 }
 
-.has-foreground-light-color[class] {
-	color: #4d6974 !important;
+.has-foreground-light-color {
+	color: #4d6974;
 }
 
-.has-foreground-dark-color[class] {
-	color: #253136 !important;
+.has-foreground-dark-color {
+	color: #253136;
 }
 
-.has-background-light-color[class] {
-	color: #fafafa !important;
+.has-background-light-color {
+	color: #fafafa;
 }
 
-.has-background-dark-color[class] {
-	color: #d9d9d9 !important;
+.has-background-dark-color {
+	color: #d9d9d9;
 }
 
-.has-background-color[class] {
-	color: #ffffff !important;
+.has-background-color {
+	color: #ffffff;
 }
 
 .has-background:not(.has-background-background-color) a,
@@ -1066,48 +1066,48 @@ table th,
 	color: currentColor;
 }
 
-.has-primary-background-color[class] {
-	background-color: #3E7D98 !important;
+.has-primary-background-color {
+	background-color: #3E7D98;
 	color: #ffffff;
 }
 
-.has-primary-background-color[class] {
-	background-color: #3E7D98 !important;
+.has-primary-background-color {
+	background-color: #3E7D98;
 	color: #ffffff;
 }
 
-.has-secondary-background-color[class] {
-	background-color: #9B6A36 !important;
+.has-secondary-background-color {
+	background-color: #9B6A36;
 	color: #ffffff;
 }
 
-.has-foreground-background-color[class] {
-	background-color: #394d55 !important;
+.has-foreground-background-color {
+	background-color: #394d55;
 	color: #ffffff;
 }
 
-.has-foreground-light-background-color[class] {
-	background-color: #4d6974 !important;
+.has-foreground-light-background-color {
+	background-color: #4d6974;
 	color: #ffffff;
 }
 
-.has-foreground-dark-background-color[class] {
-	background-color: #253136 !important;
+.has-foreground-dark-background-color {
+	background-color: #253136;
 	color: #ffffff;
 }
 
-.has-background-light-background-color[class] {
-	background-color: #fafafa !important;
+.has-background-light-background-color {
+	background-color: #fafafa;
 	color: #394d55;
 }
 
-.has-background-dark-background-color[class] {
-	background-color: #d9d9d9 !important;
+.has-background-dark-background-color {
+	background-color: #d9d9d9;
 	color: #394d55;
 }
 
-.has-background-background-color[class] {
-	background-color: #ffffff !important;
+.has-background-background-color {
+	background-color: #ffffff;
 	color: #394d55;
 }