diff --git a/src/styles/components/tag.less b/src/styles/components/tag.less index 7f9e9fec..725227ae 100644 --- a/src/styles/components/tag.less +++ b/src/styles/components/tag.less @@ -17,6 +17,12 @@ cursor: pointer; //transition: all @transition-time @ease-in-out; + // for color and unchecked + &:not(&-border):not(&-dot):not(&-checked){ + background: transparent; + border: 0; + } + &-dot{ height: 32px; line-height: 32px; @@ -190,4 +196,4 @@ { background: @error-color; } -} +} \ No newline at end of file