Merge pull request #39 from ygg2/main
re-apply standard focus colors (you can change the color in themes)
This commit is contained in:
commit
700c8f6dbc
1 changed files with 4 additions and 1 deletions
|
@ -637,7 +637,10 @@ textarea {
|
|||
height: 1.5in;
|
||||
font-size: .75rem;
|
||||
}
|
||||
textarea:focus-visible {
|
||||
input[type=text]:focus-visible,
|
||||
input[type=password]:focus-visible,
|
||||
textarea:focus-visible,
|
||||
#typebox:focus-visible {
|
||||
outline: 2px solid var(--focus);
|
||||
}
|
||||
.channels {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue