fix(base-picker): dark theme hover box-shadow

This commit is contained in:
07akioni 2019-10-12 23:55:37 +08:00
parent 0ca47fccaf
commit a2179b709a

View File

@ -11,7 +11,7 @@
) !global;
$--base-picker-box-shadow: (
"default": none,
"hover": 0 0 0 1px $--primary-6,
"hover": inset 0 0 0 1px $--primary-6,
'focus': (inset 0 0 0px 1px $--primary-6, 0 0 8px 0px change-color($--primary-6, $alpha: .3)),
"disabled": none
) !global;