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;
|
||||
//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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue