Skip to content

Commit

Permalink
fix a tag modify color after click
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Du <[email protected]>
  • Loading branch information
BobDu authored and mtughan committed Jun 24, 2024
1 parent 90d0d06 commit d97ef61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<l:icon tooltip="${%fileNotAvailable}" src="symbol-remove-circle plugin-ionicons-api" class="icon-sm jenkins-!-error-color" />
</j:when>
<j:when test="${approved == true}">
<l:icon tooltip="${%scriptApproved}" src="symbol-checkmark-circle plugin-ionicons-api" class="icon-sm jenkins-!-success-color" />
<l:icon tooltip="${%scriptApproved}" src="symbol-checkmark-circle plugin-ionicons-api" class="icon-sm jenkins-!-success-color" />
</j:when>
<j:otherwise>
<l:icon tooltip="${%scriptNotYetApproved}" src="symbol-warning plugin-ionicons-api" class="icon-sm jenkins-!-warning-color"/>
Expand Down
6 changes: 6 additions & 0 deletions src/main/webapp/scriptler.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@

.scriptler-toolbar .scriptler-icon-slot {
margin-left: 8px;
text-decoration: none;
color: inherit;
}

.scriptler-icon-slot:visited {
color: inherit;
}

0 comments on commit d97ef61

Please sign in to comment.