Commit a3da0ae5 authored by Dheeraj Joshi's avatar Dheeraj Joshi Committed by Andrew Fontaine

Revert "Apply 1 suggestion(s) to 1 file(s)"

This reverts commit 97b92b23dc64f40d2380bebf7fc512fc8498e81b.
parent 450f2c4f
......@@ -366,12 +366,13 @@ input[type='checkbox']:hover {
}
}
// Disable webkit input icons, link to solution: https://stackoverflow.com/questions/9421551/how-do-i-remove-all-default-webkit-search-field-styling
/* stylelint-disable property-no-vendor-prefix */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
-webkit-appearance: none;
// Disable Webkit's search input styles
input[type='search'] {
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-appearance: textfield;
&::-webkit-search-cancel-button,
&::-webkit-search-results-button {
@include gl-display-none;
}
}
/* stylelint-enable */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment