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:
parent
476ccf9e08
commit
953e7c6977
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
&:not(.disabled):hover {
|
||||
background-color: var(--color-layer-2);
|
||||
box-shadow: var(--shadow-2);
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Add table
Reference in a new issue