Explorar o código

Minor stylelint exception formatting change (#2889)

Slightly tidier
Frans de Jonge %!s(int64=6) %!d(string=hai) anos
pai
achega
04e5f5b2e4
Modificáronse 2 ficheiros con 2 adicións e 6 borrados
  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 */