1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui/components/component-library/text-field-search/text-field-search.scss
George Marshall e3eec3a43d
Fixes clear button size TextFieldSearch (#19153)
* Fixing broken prop

* Adding translations and hopefully fixing the display of the native search icon on mobile
2023-05-16 13:15:13 -07:00

10 lines
240 B
SCSS

.mm-text-field-search {
// hides the native search icon and clear button
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
display: none;
}
}