Rollup merge of #101323 - GuillaumeGomez:remove-unused-css, r=notriddle

Remove unused .toggle-label CSS rule

It was added in https://github.com/rust-lang/rust/pull/44192 but since we moved to `<details>`, we don't use this rule any more.

r? `@notriddle`
This commit is contained in:
Matthias Krüger 2022-09-02 18:22:04 +02:00 committed by GitHub
commit e77b8ce100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 9 deletions

View File

@ -1241,12 +1241,6 @@ h3.variant {
margin-left: 24px;
}
.toggle-label {
display: inline-block;
margin-left: 4px;
margin-top: 3px;
}
:target > code, :target > .code-header {
opacity: 1;
}

View File

@ -242,7 +242,6 @@ a.test-arrow:hover {
color: #c5c5c5;
}
.toggle-label,
.code-attribute {
color: #999;
}

View File

@ -197,7 +197,6 @@ a.test-arrow:hover{
background-color: #4e8bca;
}
.toggle-label,
.code-attribute {
color: #999;
}

View File

@ -182,7 +182,6 @@ a.test-arrow:hover{
background-color: #4e8bca;
}
.toggle-label,
.code-attribute {
color: #999;
}