Skip to content

Commit

Permalink
fix: Fix button size (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Apr 9, 2022
1 parent 35a3079 commit dc315d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/lib/credentials/select.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
<j:set var="storeItems" value="${selectHelper.getStoreItems(context, includeUser)}"/>
<j:choose>
<j:when test="${selectHelper.hasCreatePermission(context, includeUser) and storeItems != null and !storeItems.isEmpty()}">
<button type="button" class="credentials-add-menu hetero-list-add" menualign="${attrs.menuAlign}"
<button class="credentials-add-menu hetero-list-add jenkins-button jenkins-button--transparent" menualign="${attrs.menuAlign}"
suffix="${attrs.name}">
<l:icon class="symbol-add"/>
<l:icon src="symbol-add"/>
${%Add}
</button>
<div class="credentials-add-menu-items yuimenu">
Expand Down Expand Up @@ -149,8 +149,8 @@
</div>
</j:when>
<j:otherwise>
<button class="credentials-add" type="button" disabled="disabled">
<l:icon class="symbol-add"/>
<button class="credentials-add jenkins-button jenkins-button--transparent">
<l:icon src="symbol-add"/>
${%Add}
</button>
</j:otherwise>
Expand Down

0 comments on commit dc315d2

Please sign in to comment.