Просмотр исходного кода

Minor stylelint exception formatting change (#2889)

Slightly tidier
Frans de Jonge 6 лет назад
Родитель
Сommit
04e5f5b2e4
2 измененных файлов с 2 добавлено и 6 удалено
  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"] {
 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 */
 /*=== Body */

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

@@ -573,9 +573,7 @@ a.btn {
 }
 }
 
 
 input[type="search"] {
 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 */
 /*=== Body */