mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: radio checked cursor style when disabled (#27125)
This commit is contained in:
parent
b896556823
commit
6288f0a86e
@ -135,6 +135,8 @@
|
||||
}
|
||||
|
||||
.@{radio-prefix-cls}-disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
.@{radio-inner-prefix-cls} {
|
||||
background-color: @input-disabled-bg;
|
||||
border-color: @border-color-base !important;
|
||||
|
Loading…
Reference in New Issue
Block a user