We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a147d8a commit 9eee8a9Copy full SHA for 9eee8a9
core/src/main/resources/lib/layout/header/actions.jelly
@@ -30,7 +30,7 @@
30
</j:forEach>
31
</j:set>
32
<j:if test="${hamburgerEntries.length() gt 0}">
33
- <l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions">
+ <l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions" clazz="jenkins-button--tertiary">
34
<j:out value="${hamburgerEntries}" />
35
</l:overflowButton>
36
</j:if>
0 commit comments