mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
💄 STYLE: wrong text color & cursor when Radio is disabled (#40273)
This commit is contained in:
parent
e13c8ad877
commit
65c6d5717d
@ -105,6 +105,7 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {
|
||||
|
||||
'&-disabled': {
|
||||
cursor: 'not-allowed',
|
||||
color: token.colorTextDisabled,
|
||||
},
|
||||
|
||||
'&::after': {
|
||||
@ -227,7 +228,7 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {
|
||||
},
|
||||
},
|
||||
|
||||
'&-input': {
|
||||
[`${componentCls}-input`]: {
|
||||
cursor: 'not-allowed',
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user