mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
fix(radio): radio button hover boder mask color blink
This commit is contained in:
parent
6a57600b46
commit
8eb9d743e8
@ -29,6 +29,6 @@
|
||||
$--radio-border-mask-width: 0px !global;
|
||||
$--radio-button-box-shadow: (
|
||||
'focus': (inset 0 0 0 1px $--n-primary-color, 0 0 0 2px change-color($--n-primary-color, $alpha: .3)),
|
||||
'hover': inset 0 0 0 $--radio-border-mask-width $--n-primary-color
|
||||
'hover': inset 0 0 0 $--radio-border-mask-width transparent
|
||||
) !global;
|
||||
}
|
Loading…
Reference in New Issue
Block a user