update Tag
This commit is contained in:
parent
2993f4eec3
commit
2079c47bb3
3 changed files with 45 additions and 13 deletions
|
@ -51,7 +51,7 @@
|
|||
return [
|
||||
`${prefixCls}`,
|
||||
{
|
||||
[`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked),
|
||||
[`${prefixCls}-${this.color}`]: !!this.color,
|
||||
[`${prefixCls}-${this.type}`]: !!this.type,
|
||||
[`${prefixCls}-closable`]: this.closable,
|
||||
[`${prefixCls}-checked`]: this.isChecked
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
&:not(&-border):not(&-dot):not(&-checked){
|
||||
background: transparent;
|
||||
border: 0;
|
||||
color: @text-color;
|
||||
.@{tag-close-prefix-cls} {
|
||||
color: @text-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
&-dot{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue