mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +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;
|
||||
|
||||
a&:active,
|
||||
a&:focus,
|
||||
a&:focus {
|
||||
color: @error-color-active;
|
||||
}
|
||||
|
||||
a&:hover {
|
||||
color: ~`colorPalette('@{error-color}', 5) `;
|
||||
color: @error-color-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user