This commit is contained in:
Jan Faracik 2023-12-14 16:06:00 +00:00
parent 157ba0b5bc
commit edce488000
2 changed files with 5 additions and 5 deletions

View File

@ -40,12 +40,12 @@ THE SOFTWARE.
<j:choose> <j:choose>
<j:when test="${confirm == null}"> <j:when test="${confirm == null}">
<a class="stop-button-link" href="${href}" tooltip="${alt}"> <a class="stop-button-link" href="${href}" tooltip="${alt}">
<l:icon src="symbol-close" /> <l:icon src="symbol-close" />
</a> </a>
</j:when> </j:when>
<j:otherwise> <j:otherwise>
<a class="stop-button-link" href="${href}" data-confirm="${confirm}" tooltip="${alt}"> <a class="stop-button-link" href="${href}" data-confirm="${confirm}" tooltip="${alt}">
<l:icon src="symbol-close" /> <l:icon src="symbol-close" />
</a> </a>
</j:otherwise> </j:otherwise>
</j:choose> </j:choose>

View File

@ -311,9 +311,9 @@ $jenkins-split-button-border-radius: 0.2rem;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 16px; width: 1rem;
height: 16px; height: 1rem;
border-radius: 4px; border-radius: 0.25rem;
&::before { &::before {
background: color-mix(in sRGB, var(--red) 15%, transparent); background: color-mix(in sRGB, var(--red) 15%, transparent);