Merge pull request #2171 from iview/pr/2124

update Tag style for check
This commit is contained in:
Aresn 2017-10-23 04:19:11 -05:00 committed by GitHub
commit 6261a49dfd

View file

@ -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;
}
}
}