File tree 2 files changed +14
-18
lines changed
2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 14
14
aria-expanded =" {{ accInfo.ariaExpanded }} "
15
15
aria-controls =" {{ accInfo.ariaControls }} "
16
16
>
17
- < div
18
- class =" ui5-panel-header-button-root"
19
- >
20
- < ui5-button
21
- design = " Transparent "
22
- class = " ui5-panel-header-button {{ classes.headerBtn }} "
23
- icon = " navigation-right-arrow "
24
- ? non-focusable =" {{ nonFocusableButton }} "
25
- @ click =" {{ _toggleButtonClick }} "
26
- . _buttonAccInfo = " {{ accInfo. button}} "
27
- ></ ui5-button >
28
- </ div >
17
+ {{ #unless fixed }}
18
+ < div class =" ui5-panel-header-button-root" >
19
+ < ui5-button
20
+ design = " Transparent "
21
+ class = " ui5-panel-header-button {{ classes.headerBtn }} "
22
+ icon = " navigation-right-arrow "
23
+ ? non-focusable = " {{ nonFocusableButton }} "
24
+ @ click =" {{ _toggleButtonClick }} "
25
+ . _buttonAccInfo =" {{ accInfo.button }} "
26
+ ></ ui5- button>
27
+ </ div >
28
+ {{ /unless }}
29
29
30
30
{{ #if _hasHeader }}
31
31
<slot name =" header" ></slot >
44
44
<div class =" ui5-panel-content" id =" {{ _id }} -content" tabindex =" -1" style =" {{ styles.content }} " >
45
45
<slot ></slot >
46
46
</div >
47
- </div >
47
+ </div >
Original file line number Diff line number Diff line change 12
12
border-bottom : 1px solid var (--sapGroup_TitleBorderColor );
13
13
}
14
14
15
- : host ([fixed ]) .ui5-panel-header-button-root {
16
- display : none;
17
- }
18
-
19
15
: host ([fixed ]) .ui5-panel-header {
20
16
padding-left : 1rem ;
21
17
}
81
77
flex-shrink : 0 ;
82
78
width : var (--_ui5_panel_button_root_width );
83
79
margin-right : .25rem ;
84
- }
80
+ }
You can’t perform that action at this time.
0 commit comments