mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
i forgot what the pseudo class was called
This commit is contained in:
parent
8d9866fdb0
commit
80621c5434
1 changed files with 5 additions and 5 deletions
|
|
@ -138,11 +138,11 @@ textarea {
|
|||
input[type="checkbox"] {
|
||||
height: fit-content;
|
||||
}
|
||||
input:focus-active,
|
||||
button:focus-active,
|
||||
a:focus-active,
|
||||
select:focus-active,
|
||||
textarea:focus-active {
|
||||
input:focus-visible,
|
||||
button:focus-visible,
|
||||
a:focus-visible,
|
||||
select:focus-visible,
|
||||
textarea:focus-visible {
|
||||
border-color: transparent;
|
||||
outline: 2px solid var(--color-fg-tertiary);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue