Skip to content

Commit

Permalink
fix(radio-button): 表单验证提示场景下,右边框颜色不一致 (#1599)
Browse files Browse the repository at this point in the history
* fix(radio-button):  右边框颜色不一致

* feat: border-right-color
  • Loading branch information
liweijie0812 authored Sep 19, 2023
1 parent 2791847 commit 02a9d42
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-right-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 02a9d42

Please sign in to comment.