We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f72f0 commit 1607427Copy full SHA for 1607427
packages/uui-button-group/lib/uui-button-group.element.ts
@@ -19,9 +19,14 @@ export class UUIButtonGroupElement extends LitElement {
19
--uui-button-border-radius: 0;
20
flex-grow: 1;
21
}
22
- ::slotted(*:not(:first-child)) {
+
23
+ ::slotted([look='outline']:not(:first-child)) {
24
+ --uui-button-merge-border-left: 1;
25
+ }
26
+ ::slotted([look='placeholder']:not(:first-child)) {
27
--uui-button-merge-border-left: 1;
28
29
30
::slotted(*:first-child) {
31
--uui-button-border-radius: var(--uui-border-radius) 0 0
32
var(--uui-border-radius);
0 commit comments