File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -372,9 +372,9 @@ slot[name="profile"] {
372
372
.ui5-shellbar-separator {
373
373
flex-grow : 0 ;
374
374
flex-shrink : 0 ;
375
- height : 1 rem ;
375
+ height : var ( --_ui5-shellbar-separator-height ) ;
376
376
width : 1px ;
377
- background-color : var (--sapToolbar_SeparatorColor );
377
+ background-color : var (--_ui5-shellbar_separator-color );
378
378
}
379
379
380
380
.ui5-shellbar-separator-end {
Original file line number Diff line number Diff line change 21
21
--_ui5_shellbar_image_button_border_radius : 50% ;
22
22
--_ui5-shellbar-content-margin-start : 0.5rem ;
23
23
--_ui5-shellbar-overflow-button-margin : 0.5rem ;
24
+ --_ui5-shellbar_separator-color : var (--sapToolbar_SeparatorColor );
24
25
}
Original file line number Diff line number Diff line change 165
165
166
166
/* DynamicPageTitle */
167
167
--_ui5_dynamic_page_title_actions_separator_height : var (--_ui5-toolbar-separator-height );
168
+
169
+ /* ShellBar */
170
+ --_ui5-shellbar-separator-height : 1.5rem ;
168
171
}
169
172
170
173
[data-ui5-compact-size ],
401
404
402
405
/* DynamicPageTitle */
403
406
--_ui5_dynamic_page_title_actions_separator_height : var (--_ui5-toolbar-separator-height );
407
+
408
+ /* ShellBar */
409
+ --_ui5-shellbar-separator-height : 1.5rem ;
404
410
}
You can’t perform that action at this time.
0 commit comments