Show proper spinners
This commit is contained in:
parent
5a31771b4b
commit
446d5be62b
6 changed files with 31 additions and 73 deletions
|
@ -1,5 +1,9 @@
|
|||
textarea, select, input, button {
|
||||
outline: none;
|
||||
@apply .outline-none;
|
||||
}
|
||||
|
||||
button:focus, button:focus-visible {
|
||||
@apply .outline-none;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-outer-spin-button,
|
||||
|
|
Reference in a new issue