Parcourir la source

Minor stylelint exception formatting change (#2889)

Slightly tidier
Frans de Jonge il y a 6 ans
Parent
commit
04e5f5b2e4
2 fichiers modifiés avec 2 ajouts et 6 suppressions
  1. 1 3
      p/themes/base-theme/template.css
  2. 1 3
      p/themes/base-theme/template.rtl.css

+ 1 - 3
p/themes/base-theme/template.css

@@ -573,9 +573,7 @@ a.btn {
 }
 
 input[type="search"] {
-	/* stylelint-disable property-no-vendor-prefix */
-	-webkit-appearance: none;
-	/* stylelint-enable property-no-vendor-prefix */
+	-webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
 }
 
 /*=== Body */

+ 1 - 3
p/themes/base-theme/template.rtl.css

@@ -573,9 +573,7 @@ a.btn {
 }
 
 input[type="search"] {
-	/* stylelint-disable property-no-vendor-prefix */
-	-webkit-appearance: none;
-	/* stylelint-enable property-no-vendor-prefix */
+	-webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
 }
 
 /*=== Body */