Add variable to control tag default color (#6039)

This commit is contained in:
Graeme Yeates 2017-05-08 01:57:52 -04:00 committed by Wei Zhu
parent e65dd692d2
commit 694f73d060

View File

@ -4,6 +4,7 @@
@tag-prefix-cls: ~"@{ant-prefix}-tag";
@tag-default-bg: @background-color-base;
@tag-default-color: @text-color;
.@{tag-prefix-cls} {
display: inline-block;
@ -27,7 +28,7 @@
&,
a,
a:hover {
color: @text-color;
color: @tag-default-color;
}
&-text {