Skip to content

Commit d97ef61

Browse files
BobDumtughan
authored andcommitted
fix a tag modify color after click
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent 90d0d06 commit d97ef61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<l:icon tooltip="${%fileNotAvailable}" src="symbol-remove-circle plugin-ionicons-api" class="icon-sm jenkins-!-error-color" />
4444
</j:when>
4545
<j:when test="${approved == true}">
46-
<l:icon tooltip="${%scriptApproved}" src="symbol-checkmark-circle plugin-ionicons-api" class="icon-sm jenkins-!-success-color" />
46+
<l:icon tooltip="${%scriptApproved}" src="symbol-checkmark-circle plugin-ionicons-api" class="icon-sm jenkins-!-success-color" />
4747
</j:when>
4848
<j:otherwise>
4949
<l:icon tooltip="${%scriptNotYetApproved}" src="symbol-warning plugin-ionicons-api" class="icon-sm jenkins-!-warning-color"/>

src/main/webapp/scriptler.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@
3030

3131
.scriptler-toolbar .scriptler-icon-slot {
3232
margin-left: 8px;
33+
text-decoration: none;
34+
color: inherit;
35+
}
36+
37+
.scriptler-icon-slot:visited {
38+
color: inherit;
3339
}

0 commit comments

Comments
 (0)