fix(radio): radio button hover boder mask color blink

This commit is contained in:
07akioni 2019-12-24 22:48:35 +08:00
parent 6a57600b46
commit 8eb9d743e8

View File

@ -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;
}