mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
fix(base-picker): dark theme hover box-shadow
This commit is contained in:
parent
0ca47fccaf
commit
a2179b709a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user