mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
e3eec3a43d
* Fixing broken prop * Adding translations and hopefully fixing the display of the native search icon on mobile
10 lines
240 B
SCSS
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;
|
|
}
|
|
}
|