Skip to content

Commit

Permalink
fix(_reset.scss): hide clear icon for search inputs
Browse files Browse the repository at this point in the history
adds back removed style that was changed in 2c723c0
  • Loading branch information
johnleider committed Jun 16, 2020
1 parent 1085c02 commit eeb7492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/styles/generic/_reset.scss
Expand Up @@ -132,6 +132,7 @@ input {
outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
Expand Down

0 comments on commit eeb7492

Please sign in to comment.