Rollup merge of #104380 - rust-lang:notriddle/code-opacity, r=GuillaumeGomez
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:
commit
2eee3a6d5e
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue