File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
packages/main/src/components/Toolbar Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ export const styles = {
12
12
display : 'flex' ,
13
13
justifyContent : 'space-between' ,
14
14
alignItems : 'center' ,
15
- borderBottom : `solid 0.0625rem ${ ThemingParameters . sapGroup_TitleBorderColor } `
15
+ borderBlockEnd : `solid 0.0625rem ${ ThemingParameters . sapGroup_TitleBorderColor } `
16
16
} ,
17
17
hasOverflow : {
18
18
'& $toolbar' : {
19
19
maxWidth : 'calc(100% - 44px)'
20
20
}
21
21
} ,
22
22
clear : {
23
- borderBottom : 'none'
23
+ borderBlockEnd : 'none'
24
24
} ,
25
25
active : {
26
26
cursor : 'pointer' ,
@@ -85,23 +85,26 @@ export const styles = {
85
85
popoverPhone : {
86
86
width : 'calc(100% - 10px)' ,
87
87
maxWidth : 'calc(100% - 10px)' ,
88
- left : '5px !important'
88
+ insetInlineStart : '5px !important'
89
89
} ,
90
90
popoverContent : {
91
91
padding : CssSizeVariables . ui5WcrToolbarPopoverContentPadding ,
92
92
display : 'flex' ,
93
93
flexDirection : 'column' ,
94
- '& [ui5-toggle-button], & [ui5-button]' : {
95
- marginBottom : '0.25rem'
94
+ '& > [ui5-toggle-button], & > [ui5-button]' : {
95
+ marginBlock : '0.25rem'
96
96
} ,
97
- '& [ui5-button]::part(button) ,& [ui5-toggle-button]::part(button)' : {
97
+ '& > [ui5-button]::part(button) ,& > [ui5-toggle-button]::part(button)' : {
98
98
justifyContent : 'start'
99
99
} ,
100
- '& [ui5-button][icon-only]::part(button), & [ui5-toggle-button][icon-only]::part(button)' : {
100
+ '& > [ui5-button][icon-only]::part(button), & > [ui5-toggle-button][icon-only]::part(button)' : {
101
101
padding : 'revert'
102
102
} ,
103
- '& :last-child' : {
104
- marginBottom : 0
103
+ '& >:last-child' : {
104
+ marginBlockEnd : 0
105
+ } ,
106
+ '& >:first-child' : {
107
+ marginBlockStart : 0
105
108
}
106
109
} ,
107
110
childContainer : { display : 'flex' }
You can’t perform that action at this time.
0 commit comments