mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix checkbox hover border color
This commit is contained in:
parent
65d62cd17c
commit
4a20dfcf2f
@ -12,7 +12,7 @@
|
||||
position: relative;
|
||||
vertical-align: text-bottom;
|
||||
|
||||
.@{checkbox-prefix-cls}-wrapper:hover &,
|
||||
.@{checkbox-prefix-cls}-wrapper:hover &-inner,
|
||||
&:hover &-inner,
|
||||
&-input:focus + &-inner {
|
||||
border-color: @primary-color;
|
||||
|
Loading…
Reference in New Issue
Block a user