mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
link colors should be related with @link-color
This commit is contained in:
parent
ec6f370d8d
commit
ba7b7d0d6b
@ -71,8 +71,8 @@
|
||||
|
||||
// LINK
|
||||
@link-color : @primary-color;
|
||||
@link-hover-color : @primary-5;
|
||||
@link-active-color : @primary-7;
|
||||
@link-hover-color : color(~`colorPalette("@{link-color}", 5)`);
|
||||
@link-active-color : color(~`colorPalette("@{link-color}", 7)`);
|
||||
@link-decoration : none;
|
||||
@link-hover-decoration : none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user