mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Add variable to control tag default color (#6039)
This commit is contained in:
parent
e65dd692d2
commit
694f73d060
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user