Fix style of input(type="search") on macOS Safari (#6484)
This commit is contained in:
parent
a0ea5776ab
commit
66d6e71f06
|
@ -498,6 +498,7 @@ export default Vue.extend({
|
|||
border-radius: 38px;
|
||||
color: var(--fg);
|
||||
background: var(--bg);
|
||||
-webkit-appearance: textfield;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -44,10 +44,12 @@ export default Vue.extend({
|
|||
font-size: 16px;
|
||||
border: solid 1px var(--divider);
|
||||
border-radius: 4px 0 0 4px;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
> button {
|
||||
flex-shrink: 0;
|
||||
margin: 0;
|
||||
padding: 0 16px;
|
||||
border: solid 1px var(--divider);
|
||||
border-left: none;
|
||||
|
|
Loading…
Reference in New Issue