Merge master into feature branch

This commit is contained in:
afc163 2018-12-21 19:11:39 +08:00
commit aa6d3da99b
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -6,6 +6,7 @@
@alert-message-color: @heading-color;
@alert-text-color: @text-color;
@alert-close-color: @text-color-secondary;
@alert-close-hover-color: @icon-color-hover;
.@{alert-prefix-cls} {
.reset-component;
@ -78,7 +79,7 @@
color: @alert-close-color;
transition: color 0.3s;
&:hover {
color: @icon-color-hover;
color: @alert-close-hover-color;
}
}
}