Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 14, 2023
1 parent 157ba0b commit edce488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/layout/stopButton.jelly
Expand Up @@ -40,12 +40,12 @@ THE SOFTWARE.
<j:choose>
<j:when test="${confirm == null}">
<a class="stop-button-link" href="${href}" tooltip="${alt}">
<l:icon src="symbol-close" />
<l:icon src="symbol-close" />
</a>
</j:when>
<j:otherwise>
<a class="stop-button-link" href="${href}" data-confirm="${confirm}" tooltip="${alt}">
<l:icon src="symbol-close" />
<l:icon src="symbol-close" />
</a>
</j:otherwise>
</j:choose>
Expand Down
6 changes: 3 additions & 3 deletions war/src/main/scss/components/_buttons.scss
Expand Up @@ -311,9 +311,9 @@ $jenkins-split-button-border-radius: 0.2rem;
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
border-radius: 4px;
width: 1rem;
height: 1rem;
border-radius: 0.25rem;

&::before {
background: color-mix(in sRGB, var(--red) 15%, transparent);
Expand Down

0 comments on commit edce488

Please sign in to comment.