Bläddra i källkod

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

Allan Cole 5 år sedan
förälder
incheckning
06e6bcd090
1 ändrade filer med 34 tillägg och 34 borttagningar
  1. 34 34
      rivington/style-editor.css

+ 34 - 34
rivington/style-editor.css

@@ -1029,36 +1029,36 @@ table th,
 	line-height: 1.125;
 	line-height: 1.125;
 }
 }
 
 
-.has-primary-color[class] {
-	color: #CAAB57 !important;
+.has-primary-color {
+	color: #CAAB57;
 }
 }
 
 
-.has-secondary-color[class] {
-	color: #EE4266 !important;
+.has-secondary-color {
+	color: #EE4266;
 }
 }
 
 
-.has-foreground-color[class] {
-	color: #f2f2f2 !important;
+.has-foreground-color {
+	color: #f2f2f2;
 }
 }
 
 
-.has-foreground-light-color[class] {
-	color: white !important;
+.has-foreground-light-color {
+	color: white;
 }
 }
 
 
-.has-foreground-dark-color[class] {
-	color: #8F8F8F !important;
+.has-foreground-dark-color {
+	color: #8F8F8F;
 }
 }
 
 
-.has-background-light-color[class] {
-	color: #0d1f55 !important;
+.has-background-light-color {
+	color: #0d1f55;
 }
 }
 
 
-.has-background-dark-color[class] {
-	color: #030713 !important;
+.has-background-dark-color {
+	color: #030713;
 }
 }
 
 
-.has-background-color[class] {
-	color: #060f29 !important;
+.has-background-color {
+	color: #060f29;
 }
 }
 
 
 .has-background:not(.has-background-background-color) a,
 .has-background:not(.has-background-background-color) a,
@@ -1066,48 +1066,48 @@ table th,
 	color: currentColor;
 	color: currentColor;
 }
 }
 
 
-.has-primary-background-color[class] {
-	background-color: #CAAB57 !important;
+.has-primary-background-color {
+	background-color: #CAAB57;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-primary-background-color[class] {
-	background-color: #CAAB57 !important;
+.has-primary-background-color {
+	background-color: #CAAB57;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-secondary-background-color[class] {
-	background-color: #EE4266 !important;
+.has-secondary-background-color {
+	background-color: #EE4266;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-foreground-background-color[class] {
-	background-color: #f2f2f2 !important;
+.has-foreground-background-color {
+	background-color: #f2f2f2;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-foreground-light-background-color[class] {
-	background-color: white !important;
+.has-foreground-light-background-color {
+	background-color: white;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-foreground-dark-background-color[class] {
-	background-color: #8F8F8F !important;
+.has-foreground-dark-background-color {
+	background-color: #8F8F8F;
 	color: #060f29;
 	color: #060f29;
 }
 }
 
 
-.has-background-light-background-color[class] {
-	background-color: #0d1f55 !important;
+.has-background-light-background-color {
+	background-color: #0d1f55;
 	color: #f2f2f2;
 	color: #f2f2f2;
 }
 }
 
 
-.has-background-dark-background-color[class] {
-	background-color: #030713 !important;
+.has-background-dark-background-color {
+	background-color: #030713;
 	color: #f2f2f2;
 	color: #f2f2f2;
 }
 }
 
 
-.has-background-background-color[class] {
-	background-color: #060f29 !important;
+.has-background-background-color {
+	background-color: #060f29;
 	color: #f2f2f2;
 	color: #f2f2f2;
 }
 }