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 {
1616 --uui-button-padding-right-factor : 0.5 ;
1717 }
1818
19- ::slotted (uui-button :first-child) {
19+ ::slotted (* : first-child ) {
2020 --uui-button-border-radius : 50px 0 0 50px ;
2121 --uui-button-padding-left-factor : 2 ;
2222 }
23- ::slotted (uui-button :last-child) {
23+ ::slotted (* : last-child ) {
2424 --uui-button-border-radius : 0 50px 50px 0 ;
2525 --uui-button-padding-right-factor : 2 ;
2626 }
27- ::slotted (uui-button :first-child:last-child) {
27+ ::slotted (* : first-child : last-child ) {
2828 --uui-button-border-radius : 50px 50px 50px 50px ;
2929 --uui-button-padding-left-factor : 2 ;
3030 --uui-button-padding-right-factor : 2 ;
You can’t perform that action at this time.
0 commit comments