Skip to content

Commit

Permalink
rustdoc: remove redundant CSS a.test-arrow:hover
Browse files Browse the repository at this point in the history
In 4b402db, when this rule was added, it
was overriding a rule that made all links in docblock get an underline when
hovered. This became redundant when, after reordering the rules,
7585632 changed the pro-underline rule to
exclude the test-arrow link anyway.
  • Loading branch information
notriddle committed Oct 24, 2022
1 parent c07a6a9 commit f0f0a7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1233,9 +1233,6 @@ a.test-arrow {
.example-wrap:hover .test-arrow {
visibility: visible;
}
a.test-arrow:hover {
text-decoration: none;
}

.code-attribute {
font-weight: 300;
Expand Down

0 comments on commit f0f0a7d

Please sign in to comment.