0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

fix(console): use box shadow on radio group item hovered (#1321)

This commit is contained in:
Xiao Yijun 2022-06-30 18:24:38 +08:00 committed by GitHub
parent 476ccf9e08
commit 953e7c6977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
}
&:not(.disabled):hover {
background-color: var(--color-layer-2);
box-shadow: var(--shadow-2);
}
svg {