Skip to content

Commit

Permalink
Revert "godoc: better distinguish links and link state"
Browse files Browse the repository at this point in the history
This reverts commit 9bd2f44.

Reason for revert: golang/go#22171 (comment)

Update golang/go#22171

Change-Id: I41da526912b3484721782e0dad02d97ab2845a12
Reviewed-on: https://go-review.googlesource.com/73151
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
andybons committed Oct 24, 2017
1 parent 5ec9174 commit 9b61fcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions godoc/static/static.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions godoc/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@ body {
a,
.exampleHeading .text {
color: #375EAB;
text-decoration: none;
}
a,
a:hover,
.exampleHeading .text:hover {
text-decoration: underline;
-webkit-text-decoration: skip;
text-decoration-skip: ink;
}
a:hover,
.exampleHeading .text {
.article a {
text-decoration: underline;
}
.article .title a {
text-decoration: none;
}

Expand Down

0 comments on commit 9b61fcc

Please sign in to comment.