Skip to content

Commit f0f0a7d

Browse files
committed
rustdoc: remove redundant CSS a.test-arrow:hover
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.
1 parent c07a6a9 commit f0f0a7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustdoc/html/static/css/rustdoc.css

-3
Original file line numberDiff line numberDiff line change
@@ -1233,9 +1233,6 @@ a.test-arrow {
12331233
.example-wrap:hover .test-arrow {
12341234
visibility: visible;
12351235
}
1236-
a.test-arrow:hover {
1237-
text-decoration: none;
1238-
}
12391236

12401237
.code-attribute {
12411238
font-weight: 300;

0 commit comments

Comments
 (0)