File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -102,21 +102,19 @@ export function SplitPanelImplementation({
102
102
< div className = { clsx ( styles . header , isToolbar && styles [ 'with-toolbar' ] ) } style = { appLayoutMaxWidth } >
103
103
< div className = { styles [ 'header-content' ] } >
104
104
< div className = { styles [ 'header-main-row' ] } >
105
- < div className = { styles [ 'header-text-and-info' ] } >
105
+ < div >
106
106
< h2 className = { clsx ( styles [ 'header-text' ] , testUtilStyles [ 'header-text' ] ) } id = { panelHeaderId } >
107
107
{ header }
108
108
</ h2 >
109
109
{ headerInfo && (
110
- < span className = { clsx ( styles [ 'header-info-slot ' ] , testUtilStyles [ 'header-info-slot ' ] ) } > { headerInfo } </ span >
110
+ < span className = { clsx ( styles [ 'header-info' ] , testUtilStyles [ 'header-info' ] ) } > { headerInfo } </ span >
111
111
) }
112
112
</ div >
113
113
{ headerActions && (
114
- < div className = { clsx ( styles [ 'header-actions-slot' ] , testUtilStyles [ 'header-actions-slot' ] ) } >
115
- { headerActions }
116
- </ div >
114
+ < div className = { clsx ( styles [ 'header-actions' ] , testUtilStyles [ 'header-actions' ] ) } > { headerActions } </ div >
117
115
) }
118
116
</ div >
119
- < div className = { styles [ 'header-actions ' ] } >
117
+ < div className = { styles [ 'header-buttons ' ] } >
120
118
{ ! hidePreferencesButton && isOpen && (
121
119
< >
122
120
< InternalButton
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
267
267
min-block-size : calc (#{awsui .$font-panel-header-line-height } + #{$vertical-margin } );
268
268
}
269
269
270
- & -info-slot {
270
+ & -info {
271
271
display : inline ;
272
272
margin-inline-start : awsui .$space-scaled-xs ;
273
273
}
@@ -280,7 +280,7 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
280
280
}
281
281
}
282
282
283
- .header-actions {
283
+ .header-buttons {
284
284
display : flex ;
285
285
flex-direction : row ;
286
286
justify-content : space-between ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
.root ,
7
- .header-actions-slot ,
7
+ .header-actions ,
8
8
.header-description ,
9
- .header-info-slot ,
9
+ .header-info ,
10
10
.header-text ,
11
11
.open-button ,
12
12
.close-button ,
You can’t perform that action at this time.
0 commit comments