File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/uui-action-bar/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ export class UUIActionBarElement extends UUIButtonGroupElement {
16
16
--uui-button-padding-right-factor : 0.5 ;
17
17
}
18
18
19
- ::slotted (uui-button :first-child) {
19
+ ::slotted (* : first-child ) {
20
20
--uui-button-border-radius : 50px 0 0 50px ;
21
21
--uui-button-padding-left-factor : 2 ;
22
22
}
23
- ::slotted (uui-button :last-child) {
23
+ ::slotted (* : last-child ) {
24
24
--uui-button-border-radius : 0 50px 50px 0 ;
25
25
--uui-button-padding-right-factor : 2 ;
26
26
}
27
- ::slotted (uui-button :first-child:last-child) {
27
+ ::slotted (* : first-child : last-child ) {
28
28
--uui-button-border-radius : 50px 50px 50px 50px ;
29
29
--uui-button-padding-left-factor : 2 ;
30
30
--uui-button-padding-right-factor : 2 ;
You can’t perform that action at this time.
0 commit comments