Remove conflicting "clear search" buttons added by Chrome

This commit is contained in:
Matt-Yorkley
2020-05-12 18:59:15 +02:00
parent 265a8ed573
commit 598071fa78

View File

@@ -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 {