Fix cursor for radio button disabled state

Add a style for `ant-radio-inner` span element.
This commit is contained in:
Gianfrancø Palumbo 2018-12-16 11:46:57 +02:00 committed by 偏右
parent 243a5b6097
commit 219500ee7a

View File

@ -116,6 +116,7 @@
.@{radio-inner-prefix-cls} {
border-color: @border-color-base !important;
background-color: @input-disabled-bg;
cursor: not-allowed;
&:after {
background-color: #ccc;
}