Skip to content

Commit

Permalink
fix(radio-button): 右边框颜色不一致
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 18, 2023
1 parent 2791847 commit dc20717
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style/web/components/form/_mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
}
}

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

.@{prefix}-textarea__inner {
&.@{prefix}-is-focused {
box-shadow: 0 0 0 2px @@boxShadowColor;
Expand Down

0 comments on commit dc20717

Please sign in to comment.