mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -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"] {
|
input[type="checkbox"] {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
input:focus-active,
|
input:focus-visible,
|
||||||
button:focus-active,
|
button:focus-visible,
|
||||||
a:focus-active,
|
a:focus-visible,
|
||||||
select:focus-active,
|
select:focus-visible,
|
||||||
textarea:focus-active {
|
textarea:focus-visible {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
outline: 2px solid var(--color-fg-tertiary);
|
outline: 2px solid var(--color-fg-tertiary);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue