Skip to content

Commit

Permalink
feat: border-right-color
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 19, 2023
1 parent dc20717 commit cd6bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/web/components/form/_mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

.@{prefix}-radio-button {
&:last-child {
border-color: @@borderColor;
border-right-color: @@borderColor;
@borderColor: "input-border-color-@{status}";
}
}
Expand Down

0 comments on commit cd6bc14

Please sign in to comment.