diff options
| -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 */ |
