Skip to content

Commit 74eebdc

Browse files
committed
[Button]Support Dropdown in ButtonGroup(#12815)
1 parent f5df006 commit 74eebdc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/theme-chalk/src/button.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,7 @@
237237
& > .el-button {
238238
border-top-left-radius: 0;
239239
border-bottom-left-radius: 0;
240-
241-
@each $type in (primary, success, warning, danger, info) {
242-
&.el-button--#{$type} {
243-
border-left-color: rgba($--color-white, 0.5);
244-
}
245-
}
240+
border-left-color: rgba($--color-white, 0.5);
246241
}
247242
}
248243

0 commit comments

Comments
 (0)