mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 13:29:18 +08:00
Merge master into feature branch
This commit is contained in:
commit
aa6d3da99b
@ -6,6 +6,7 @@
|
|||||||
@alert-message-color: @heading-color;
|
@alert-message-color: @heading-color;
|
||||||
@alert-text-color: @text-color;
|
@alert-text-color: @text-color;
|
||||||
@alert-close-color: @text-color-secondary;
|
@alert-close-color: @text-color-secondary;
|
||||||
|
@alert-close-hover-color: @icon-color-hover;
|
||||||
|
|
||||||
.@{alert-prefix-cls} {
|
.@{alert-prefix-cls} {
|
||||||
.reset-component;
|
.reset-component;
|
||||||
@ -78,7 +79,7 @@
|
|||||||
color: @alert-close-color;
|
color: @alert-close-color;
|
||||||
transition: color 0.3s;
|
transition: color 0.3s;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @icon-color-hover;
|
color: @alert-close-hover-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user