File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ export class ApiConsoleApplication extends AmfHelperMixin(ApplicationPage) {
582
582
headerTemplate ( ) {
583
583
return html `
584
584
< header >
585
- < anypoint-icon-button title ="Back to the request workspace " @click ="${ this [ mainBackHandler ] } ">
585
+ < anypoint-icon-button title ="Back to the request workspace " @click ="${ this [ mainBackHandler ] } " class =" header-action-button " >
586
586
< arc-icon icon ="arrowBack "> </ arc-icon >
587
587
</ anypoint-icon-button >
588
588
API Console by MuleSoft.
@@ -644,6 +644,7 @@ export class ApiConsoleApplication extends AmfHelperMixin(ApplicationPage) {
644
644
verticalAlign ="top "
645
645
horizontalAlign ="auto "
646
646
closeOnActivate
647
+ class ="header-action-button "
647
648
>
648
649
< anypoint-icon-button slot ="dropdown-trigger " ?compatibility ="${ this . compatibility } ">
649
650
< arc-icon icon ="moreVert "> </ arc-icon >
You can’t perform that action at this time.
0 commit comments