Fix brief appearance of rust logo in the sidebar
This commit is contained in:
parent
ecf72996ed
commit
d889a4ebac
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ nav.sub {
|
||||||
}
|
}
|
||||||
|
|
||||||
.source .sidebar > *:not(:first-child) {
|
.source .sidebar > *:not(:first-child) {
|
||||||
transition: opacity 0.5s, visibility 0.2s;
|
transition: opacity 0.5s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue