mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(console): input outline should be red in the error state on focused (#484)
This commit is contained in:
parent
3ac019c4b7
commit
44eb14fd6b
1 changed files with 4 additions and 0 deletions
|
@ -59,5 +59,9 @@
|
|||
|
||||
&.error {
|
||||
border-color: var(--color-error);
|
||||
|
||||
&:focus-within {
|
||||
outline-color: var(--color-error-80);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue