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: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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue