@@ -10,17 +10,17 @@ export class UUIActionBarElement extends UUIButtonGroupElement {
10
10
...UUIButtonGroupElement . styles ,
11
11
css `
12
12
::slotted (* ) {
13
- --uui-button-slot-padding-r-factor : 0.333 ;
14
- --uui-button-slot-padding-l-factor : 0.333 ;
13
+ --uui-button-slot-padding-r-factor : 0.5 ;
14
+ --uui-button-slot-padding-l-factor : 0.5 ;
15
15
}
16
16
17
17
::slotted (uui-button:first-child) {
18
18
--uui-button-border-radius : 50px 0 0 50px ;
19
- --uui-button-slot-padding-l-factor : 1.666 ;
19
+ --uui-button-slot-padding-l-factor : 1.5 ;
20
20
}
21
21
::slotted (uui-button:last-child) {
22
22
--uui-button-border-radius : 0 50px 50px 0 ;
23
- --uui-button-slot-padding-r-factor : 1.666 ;
23
+ --uui-button-slot-padding-r-factor : 1.5 ;
24
24
}
25
25
::slotted (uui-button:first-child:last-child) {
26
26
--uui-button-border-radius : 50px 50px 50px 50px ;
@@ -30,25 +30,25 @@ export class UUIActionBarElement extends UUIButtonGroupElement {
30
30
31
31
::slotted ([look = 'outline' ]),
32
32
::slotted ([look = 'placeholder' ]) {
33
- --uui-button-slot-padding-r-factor : 0.666 ;
34
- --uui-button-slot-padding-l-factor : 0.666 ;
33
+ --uui-button-slot-padding-r-factor : 1 ;
34
+ --uui-button-slot-padding-l-factor : 1 ;
35
35
}
36
36
37
37
::slotted (uui-button [look = 'outline' ]: first- child),
38
38
::slotted (uui-button [look = 'placeholder' ]: first-child ) {
39
39
--uui-button-border-radius : 50px 0 0 50px ;
40
- --uui-button-slot-padding-l-factor : 0.8 ;
40
+ --uui-button-slot-padding-l-factor : 1.5 ;
41
41
}
42
42
::slotted (uui-button [look = 'outline' ]: last- child),
43
43
::slotted (uui-button [look = 'placeholder' ]: last-child ) {
44
44
--uui-button-border-radius : 0 50px 50px 0 ;
45
- --uui-button-slot-padding-r-factor : 0.8 ;
45
+ --uui-button-slot-padding-r-factor : 1.5 ;
46
46
}
47
47
::slotted (uui-button [look = 'outline' ]: first- child: last- child),
48
48
::slotted (uui-button [look = 'placeholder' ]: first-child : last-child ) {
49
49
--uui-button-border-radius : 50px 50px 50px 50px ;
50
- --uui-button-slot-padding-l-factor : 0.8 ;
51
- --uui-button-slot-padding-r-factor : 0.8 ;
50
+ --uui-button-slot-padding-l-factor : 1.5 ;
51
+ --uui-button-slot-padding-r-factor : 1.5 ;
52
52
}
53
53
` ,
54
54
] ;
0 commit comments