Skip to content

Commit e425dce

Browse files
Zz-ZzzZkagol
authored andcommitted
fix(radio): 移除group中无用的box-shadow: none(因为radio-button并没有未定义box-shadow)
1 parent 1ccbbf4 commit e425dce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/devui-vue/devui/radio/src/radio-button.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ $button-padding-map: (
7979
border-top-left-radius: $devui-border-radius;
8080
border-bottom-left-radius: $devui-border-radius;
8181
border-left: 1px solid $devui-disabled-line;
82-
box-shadow: none;
8382
}
8483

8584
&:last-child {
@@ -98,7 +97,6 @@ $button-padding-map: (
9897
border-top-left-radius: $devui-border-radius;
9998
border-top-right-radius: $devui-border-radius;
10099
border-top: 1px solid $devui-disabled-line;
101-
box-shadow: none;
102100
}
103101

104102
&:last-child {

0 commit comments

Comments
 (0)