mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix chekbox style
This commit is contained in:
parent
8a48f3c2a5
commit
4b20e08c20
@ -80,6 +80,11 @@
|
||||
height: 1px;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.@{checkbox-inner-prefix-cls} {
|
||||
border-color: @primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
// 选中状态
|
||||
.@{checkbox-wrap-prefix-cls}-checked {
|
||||
|
Loading…
Reference in New Issue
Block a user