diff options
| author | 2020-04-10 18:51:59 +0200 | |
|---|---|---|
| committer | 2020-04-10 18:51:59 +0200 | |
| commit | 04e5f5b2e498a06fe14a4452b2d1435f03315511 (patch) | |
| tree | 11bce7d61f41a1bc65389919c1a993118c8447f9 | |
| parent | da67489df2f5ea303a4c04c9bfd3d8e832c327f4 (diff) | |
Minor stylelint exception formatting change (#2889)
Slightly tidier
| -rw-r--r-- | p/themes/base-theme/template.css | 4 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 4 |
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 */ |
