Remove active look of hamburger button

This commit is contained in:
Tim Jacomb 2025-07-03 22:03:11 +01:00 committed by GitHub
parent a147d8ab56
commit 9eee8a9307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</j:forEach>
</j:set>
<j:if test="${hamburgerEntries.length() gt 0}">
<l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions">
<l:overflowButton icon="symbol-menu-hamburger" id="header-more-actions" clazz="jenkins-button--tertiary">
<j:out value="${hamburgerEntries}" />
</l:overflowButton>
</j:if>