mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
6907c4a565
* Adding TextFieldSearch component * Updating docs and stories * Moving controlled test into testing utils * Fixing spelling in prop types af => of
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
|
|
}
|
|
}
|