update Tag style for check
This commit is contained in:
parent
fd79f102db
commit
7afb40618c
1 changed files with 7 additions and 1 deletions
|
@ -17,6 +17,12 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
//transition: all @transition-time @ease-in-out;
|
//transition: all @transition-time @ease-in-out;
|
||||||
|
|
||||||
|
// for color and unchecked
|
||||||
|
&:not(&-border):not(&-dot):not(&-checked){
|
||||||
|
background: transparent;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&-dot{
|
&-dot{
|
||||||
height: 32px;
|
height: 32px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue