summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2020-04-10 18:51:59 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-10 18:51:59 +0200
commit04e5f5b2e498a06fe14a4452b2d1435f03315511 (patch)
tree11bce7d61f41a1bc65389919c1a993118c8447f9
parentda67489df2f5ea303a4c04c9bfd3d8e832c327f4 (diff)
Minor stylelint exception formatting change (#2889)
Slightly tidier
-rw-r--r--p/themes/base-theme/template.css4
-rw-r--r--p/themes/base-theme/template.rtl.css4
2 files changed, 2 insertions, 6 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 5a7c32cdd..07927b88d 100644
--- a/p/themes/base-theme/template.css
+++ b/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 */
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 6f3cb34d4..d5eb11426 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/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 */