mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: remove border radius on input with Safari
This commit is contained in:
parent
7dcad4e292
commit
1c9842dcab
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
v-model="summoner"
|
||||
@focus="selected = true"
|
||||
:class="[inputClasses]"
|
||||
class="w-full font-bold outline-none summoner-input"
|
||||
class="w-full font-bold rounded-none outline-none summoner-input"
|
||||
spellcheck="false"
|
||||
type="text"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue