mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
Make Radio label's cursor pointer, close #1076
This commit is contained in:
parent
9991e96a9d
commit
d84c52fda8
@ -18,6 +18,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
.@{radio-inner-prefix-cls} {
|
.@{radio-inner-prefix-cls} {
|
||||||
border-color: #bcbcbc;
|
border-color: #bcbcbc;
|
||||||
|
Loading…
Reference in New Issue
Block a user