🐛 Fix disabled style of Radio.Button

close #14165
This commit is contained in:
afc163 2019-01-07 23:53:34 +08:00 committed by 偏右
parent fe12172321
commit 1d06fbef4c

View File

@ -280,7 +280,7 @@ span.@{radio-prefix-cls} + * {
&-disabled&-checked {
color: @text-color-inverse;
background-color: fade(@black, 90%);
background-color: tint(@black, 90%);
border-color: @border-color-base;
box-shadow: none;
}