Fix style of input(type="search") on macOS Safari (#6484)

This commit is contained in:
tamaina
2020-07-12 00:43:17 +09:00
committed by GitHub
parent a0ea5776ab
commit 66d6e71f06
2 changed files with 3 additions and 0 deletions

View File

@@ -498,6 +498,7 @@ export default Vue.extend({
border-radius: 38px;
color: var(--fg);
background: var(--bg);
-webkit-appearance: textfield;
&:focus {
outline: none;