Skip to content

Commit 736c3b6

Browse files
authored
[JENKINS-75853] - Remove active look of hamburger button (#10804)
2 parents 319291f + 9eee8a9 commit 736c3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/lib/layout/header/actions.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</j:forEach>
3131
</j:set>
3232
<j:if test="${hamburgerEntries.length() gt 0}">
33-
<l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions">
33+
<l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions" clazz="jenkins-button--tertiary">
3434
<j:out value="${hamburgerEntries}" />
3535
</l:overflowButton>
3636
</j:if>

0 commit comments

Comments
 (0)