Checkbox WIP
This commit is contained in:
parent
5a3fe3ec62
commit
98252a9e15
2 changed files with 15 additions and 1 deletions
|
@ -236,6 +236,14 @@
|
|||
font-size: @font-size-small;
|
||||
display: inline-block;
|
||||
margin-right: 8px;
|
||||
outline: 0;
|
||||
&:focus,
|
||||
&:active {
|
||||
& .@{checkbox-prefix-cls}-inner {
|
||||
box-shadow: 0 0 0 2px fade(@primary-color, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
&-disabled{
|
||||
cursor: @cursor-disabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue