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:
commit
e77b8ce100
@ -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;
|
||||
}
|
||||
|
@ -242,7 +242,6 @@ a.test-arrow:hover {
|
||||
color: #c5c5c5;
|
||||
}
|
||||
|
||||
.toggle-label,
|
||||
.code-attribute {
|
||||
color: #999;
|
||||
}
|
||||
|
@ -197,7 +197,6 @@ a.test-arrow:hover{
|
||||
background-color: #4e8bca;
|
||||
}
|
||||
|
||||
.toggle-label,
|
||||
.code-attribute {
|
||||
color: #999;
|
||||
}
|
||||
|
@ -182,7 +182,6 @@ a.test-arrow:hover{
|
||||
background-color: #4e8bca;
|
||||
}
|
||||
|
||||
.toggle-label,
|
||||
.code-attribute {
|
||||
color: #999;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user