Skip to content

Commit 5a01602

Browse files
committed
Merge pull request processing#3695 from Akarshit/gsoc-DisableHyper
No underline and no blue color
2 parents 00cdb97 + a9e395e commit 5a01602

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/processing/app/contrib/StatusPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public StatusPanel(int width, final ContributionTab contributionTab) {
7373
label.setEditable(false);
7474
label.setOpaque(false);
7575
label.setContentType("text/html");
76-
bodyRule = "body { font-family: " + ContributionManagerDialog.myFont.getFamily() + "; " +
77-
"font-size: " + ContributionManagerDialog.myFont.getSize() + "pt; }";
76+
bodyRule = "a, body { font-family: " + ContributionManagerDialog.myFont.getFamily() + "; " +
77+
"font-size: " + ContributionManagerDialog.myFont.getSize() + "pt; color: black; text-decoration: none;}";
7878
label.addHyperlinkListener(new HyperlinkListener() {
7979

8080
@Override

0 commit comments

Comments
 (0)