rustdoc: remove redundant CSS `a.test-arrow:hover`

In 4b402dbe69, 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,
7585632052 changed the pro-underline rule to
exclude the test-arrow link anyway.
This commit is contained in:
Michael Howell 2022-10-24 11:39:19 -07:00
parent c07a6a9c0c
commit f0f0a7dbc2
1 changed files with 0 additions and 3 deletions

View File

@ -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;