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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user