rustdoc: remove no-op source sidebar opacity
These rules were added indc2c972334to work with CSS transitions. They're otherwise redundant, since the `visibility` property already hides everything.dc2c972334/src/librustdoc/html/static/css/rustdoc.css (L350-L354)The transition was remove with237d62588d, but the now-redundant `opacity` property was not.
This commit is contained in:
parent
65445a571c
commit
6d02a4dc33
1 changed files with 0 additions and 2 deletions
|
|
@ -442,7 +442,6 @@ img {
|
|||
}
|
||||
|
||||
.source .sidebar > *:not(#sidebar-toggle) {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -451,7 +450,6 @@ img {
|
|||
}
|
||||
|
||||
.source-sidebar-expanded .source .sidebar > *:not(#sidebar-toggle) {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue