update Checkbox style
This commit is contained in:
parent
e0ce3830cf
commit
afa803bc13
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
border: 1px solid @border-color-base;
|
border: 1px solid @border-color-base;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transition: border-color @transition-time @ease-in-out, background-color @transition-time @ease-in-out;
|
transition: border-color @transition-time @ease-in-out, background-color @transition-time @ease-in-out, box-shadow @transition-time @ease-in-out;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue