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 5564d7d commit 0bdf512Copy full SHA for 0bdf512
src/material/form-field/_mdc-text-field-structure.scss
@@ -44,7 +44,8 @@ $fallbacks: m3-form-field.get-tokens();
44
45
// Note that while this style and the `-ms-clear` are identical, we can't combine
46
// them because if one of them isn't supported, it'll invalidate the whole rule.
47
- &::-webkit-calendar-picker-indicator {
+ &::-webkit-calendar-picker-indicator,
48
+ &::-webkit-search-cancel-button {
49
display: none;
50
}
51
0 commit comments