File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments