mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(components): [button] keep default hover color of link unchanged (#17050)
* style(components): [button] keep default hover color of link unchanged * style: use var --------- Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
This commit is contained in:
@@ -737,7 +737,7 @@ $button: map.merge(
|
||||
'active-border-color': getCssVar('color-primary'),
|
||||
'active-bg-color': getCssVar('button', 'hover-bg-color'),
|
||||
'outline-color': getCssVar('color-primary', 'light-5'),
|
||||
'hover-link-text-color': getCssVar('color-info'),
|
||||
'hover-link-text-color': getCssVar('text-color', 'secondary'),
|
||||
'active-color': getCssVar('text-color', 'primary'),
|
||||
),
|
||||
$button
|
||||
|
||||
Reference in New Issue
Block a user