update focus rule since typebox isn't textarea
feel free to change the theme focus colors, didn't know what to pick and browsers vary
This commit is contained in:
parent
514f81ee8b
commit
029398cad4
1 changed files with 3 additions and 1 deletions
|
@ -623,7 +623,9 @@ textarea {
|
||||||
height: 1.5in;
|
height: 1.5in;
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
}
|
}
|
||||||
textarea:focus-visible {
|
input[type=text]:focus-visible,
|
||||||
|
input[type=password]:focus-visible,
|
||||||
|
#typebox:focus-visible {
|
||||||
outline: 2px solid var(--focus);
|
outline: 2px solid var(--focus);
|
||||||
}
|
}
|
||||||
.channels {
|
.channels {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue