update Tag style for check

This commit is contained in:
梁灏 2017-10-23 17:14:29 +08:00
parent fd79f102db
commit 7afb40618c

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