Merge pull request #2849 from Xotic750/checkbox_tabindex

Checkbox: Tabindex WIP
This commit is contained in:
Aresn 2018-01-19 11:20:20 +08:00 committed by GitHub
commit ad2ee43196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

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