mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
6 lines
126 B
SCSS
6 lines
126 B
SCSS
|
.mm-text-field-search {
|
||
|
::-webkit-search-cancel-button {
|
||
|
display: none; // hides the default search cancel button
|
||
|
}
|
||
|
}
|