We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d8ae4 commit 952b553Copy full SHA for 952b553
src/lib/input/input.scss
@@ -43,6 +43,15 @@
43
display: none;
44
}
45
46
+ // Clear Safari's decorations for search fields.
47
+ &,
48
+ &::-webkit-search-cancel-button,
49
+ &::-webkit-search-decoration,
50
+ &::-webkit-search-results-button,
51
+ &::-webkit-search-results-decoration {
52
+ -webkit-appearance: none;
53
+ }
54
+
55
// Also clear Safari's autofill icons. Note that this can't be in the
56
// same selector as the IE ones, otherwise Safari will ignore it.
57
&::-webkit-contacts-auto-fill-button,
0 commit comments