mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
use focus-active instead of focus for outline
This commit is contained in:
parent
d29a40e3dd
commit
3df6af9aac
1 changed files with 5 additions and 5 deletions
|
|
@ -138,11 +138,11 @@ textarea {
|
|||
input[type="checkbox"] {
|
||||
height: fit-content;
|
||||
}
|
||||
input:focus,
|
||||
button:focus,
|
||||
a:focus,
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
input:focus-active,
|
||||
button:focus-active,
|
||||
a:focus-active,
|
||||
select:focus-active,
|
||||
textarea:focus-active {
|
||||
border-color: transparent;
|
||||
outline: 2px solid var(--color-fg-tertiary);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue