mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +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} {
|
.@{radio-inner-prefix-cls} {
|
||||||
border-color: @border-color-base !important;
|
border-color: @border-color-base !important;
|
||||||
background-color: @input-disabled-bg;
|
background-color: @input-disabled-bg;
|
||||||
|
cursor: not-allowed;
|
||||||
&:after {
|
&:after {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user