-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Fix [Feature Request] Dropdown in ButtonGroup(#12815) #12819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 11 commits
5b796f6
325cc8e
56f95e1
73eb4ef
86da2e4
e990707
b4ec306
4eb92bd
0d75906
6e95460
f5df006
74eebdc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -186,7 +186,7 @@ | |
| display: inline-block; | ||
| vertical-align: middle; | ||
|
|
||
| & .el-button { | ||
| & > .el-button { | ||
| float: left; | ||
| position: relative; | ||
| & + .el-button { | ||
|
|
@@ -232,6 +232,19 @@ | |
| z-index: 1; | ||
| } | ||
| } | ||
|
|
||
| & > .el-dropdown { | ||
| & > .el-button { | ||
| border-top-left-radius: 0; | ||
| border-bottom-left-radius: 0; | ||
|
|
||
| @each $type in (primary, success, warning, danger, info) { | ||
|
||
| &.el-button--#{$type} { | ||
| border-left-color: rgba($--color-white, 0.5); | ||
| } | ||
| } | ||
| } | ||
| } | ||
|
|
||
| @each $type in (primary, success, warning, danger, info) { | ||
| .el-button--#{$type} { | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.