mirror of https://github.com/jenkinsci/jenkins.git
Tidy up
This commit is contained in:
parent
157ba0b5bc
commit
edce488000
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue