Skip to content

Commit f62dd52

Browse files
authored
Rollup merge of rust-lang#101820 - notriddle:notriddle/a, r=GuillaumeGomez
rustdoc: remove no-op rule `a { background: transparent }` The background is transparent by default. It was added in 5a01dbe to work around a bug in the JavaScript syntax highlighting engine that rustdoc used at the time.
2 parents e6aef7b + 75aa73d commit f62dd52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ nav.sub form { display: inline; }
754754

755755
a {
756756
text-decoration: none;
757-
background: transparent;
758757
}
759758

760759
.small-section-header {

0 commit comments

Comments
 (0)