Browse Source

🐛 Fix disabled style of Radio.Button

close #14165
pull/14174/head
afc163 6 years ago
committed by 偏右
parent
commit
1d06fbef4c
  1. 2
      components/radio/style/index.less

2
components/radio/style/index.less

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

Loading…
Cancel
Save