0
Fork 0
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:
Xiao Yijun 2022-04-01 17:27:41 +08:00 committed by GitHub
parent 3ac019c4b7
commit 44eb14fd6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,5 +59,9 @@
&.error {
border-color: var(--color-error);
&:focus-within {
outline-color: var(--color-error-80);
}
}
}