mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix cursor for radio button disabled state
Add a style for `ant-radio-inner` span element.
This commit is contained in:
parent
243a5b6097
commit
219500ee7a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user