rustdoc: remove unused CSS code { opacity: 1 }

According to https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/CSS.20cleanup
this style was added for declarations that no longer use opacity.
This commit is contained in:
Michael Howell 2022-11-13 14:56:22 -07:00 committed by GitHub
parent e631891f7a
commit 2575e4da3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1262,10 +1262,6 @@ h3.variant {
margin-left: 24px;
}
:target > code, :target > .code-header {
opacity: 1;
}
:target {
padding-right: 3px;
background-color: var(--target-background-color);