Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 11/Dec/14 9:39 AM
Description:

Up to Jenkins 1.592, in build history it was possible to distinguish if a link to a specific build was visited or not, because the CSS did not overwrite the default colors for visited/non-visited link.
In 1.593 the links are black, no matter if visited or not.
I request to restore the old behaviour.
This probably takes in war/src/main/webapp/css/style.css
in this block (around line 976) to remove the line color: black;:

.pane.build-name a,
.pane.build-name a:visited {
  color: black;
  text-decoration: underline;
}

or alternatively, to set up different colors for a and a:visited

Project: Jenkins
Priority: Minor Minor
Reporter: Martin Rust
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to