mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix(Typography): change less function to less variable in danger style (#35113)
This commit is contained in:
parent
78536b2dbd
commit
e8b816e68a
@ -24,9 +24,12 @@
|
|||||||
color: @error-color;
|
color: @error-color;
|
||||||
|
|
||||||
a&:active,
|
a&:active,
|
||||||
a&:focus,
|
a&:focus {
|
||||||
|
color: @error-color-active;
|
||||||
|
}
|
||||||
|
|
||||||
a&:hover {
|
a&:hover {
|
||||||
color: ~`colorPalette('@{error-color}', 5) `;
|
color: @error-color-hover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user