fix: radio checked cursor style when disabled (#27125)

This commit is contained in:
xrk 2020-10-13 18:32:18 +08:00 committed by GitHub
parent b896556823
commit 6288f0a86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;