Skip to content

Commit b09ce60

Browse files
author
Yuki Okushi
authored
Rollup merge of rust-lang#103494 - notriddle:notriddle/test-arrow-hover, r=GuillaumeGomez
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.
2 parents 9ecba38 + f0f0a7d commit b09ce60

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
@@ -1228,9 +1228,6 @@ a.test-arrow {
12281228
.example-wrap:hover .test-arrow {
12291229
visibility: visible;
12301230
}
1231-
a.test-arrow:hover {
1232-
text-decoration: none;
1233-
}
12341231

12351232
.code-attribute {
12361233
font-weight: 300;

0 commit comments

Comments
 (0)