Skip to content

Commit

Permalink
fix(antd): remove radio button border right color compat codes (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
faner11 authored May 24, 2022
1 parent 92945b0 commit abefbea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/antd/src/radio/style.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

.@{ant-prefix}-radio-button-wrapper-checked:not([class*=' @{ant-prefix}-radio-button-wrapper-disabled']).@{ant-prefix}-radio-button-wrapper:first-child {
border-right-color: inherit !important;
}

0 comments on commit abefbea

Please sign in to comment.