Skip to content

Commit 9f42a50

Browse files
committed
fix: fixing #347 - header colors in API Console
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 5fd88c3 commit 9f42a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/scripts/apic/ApiConsole.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)