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:
btea
2024-11-22 22:31:16 +08:00
committed by GitHub
parent 8942354083
commit a699b21876

View File

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