mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove conflicting "clear search" buttons added by Chrome
This commit is contained in:
@@ -38,6 +38,14 @@
|
||||
&::placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// Remove conflicting "clear search" buttons added by Chrome
|
||||
&::-webkit-search-decoration,
|
||||
&::-webkit-search-cancel-button,
|
||||
&::-webkit-search-results-button,
|
||||
&::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user