mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
feat: better focus style for inputs and buttons
This commit is contained in:
parent
ec4c65130c
commit
617fc9d0eb
1 changed files with 8 additions and 0 deletions
|
@ -51,4 +51,12 @@
|
|||
:root {
|
||||
--fade-size: 3rem;
|
||||
}
|
||||
|
||||
button, [role=button] {
|
||||
@apply touch-manipulation select-none cursor-pointer focus-visible:outline-1 focus-visible:outline-k-accent;
|
||||
}
|
||||
|
||||
* {
|
||||
@apply focus-visible:ring-0 focus-visible:outline-1 focus-visible:outline-k-accent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue