File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ export class ApiConsoleApplication extends AmfHelperMixin(ApplicationPage) {
582582 headerTemplate ( ) {
583583 return html `
584584 < 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 " >
586586 < arc-icon icon ="arrowBack "> </ arc-icon >
587587 </ anypoint-icon-button >
588588 API Console by MuleSoft.
@@ -644,6 +644,7 @@ export class ApiConsoleApplication extends AmfHelperMixin(ApplicationPage) {
644644 verticalAlign ="top "
645645 horizontalAlign ="auto "
646646 closeOnActivate
647+ class ="header-action-button "
647648 >
648649 < anypoint-icon-button slot ="dropdown-trigger " ?compatibility ="${ this . compatibility } ">
649650 < arc-icon icon ="moreVert "> </ arc-icon >
You can’t perform that action at this time.
0 commit comments