Skip to content

Commit d889a4e

Browse files
Fix brief appearance of rust logo in the sidebar
1 parent ecf7299 commit d889a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ nav.sub {
398398
}
399399

400400
.source .sidebar > *:not(:first-child) {
401-
transition: opacity 0.5s, visibility 0.2s;
401+
transition: opacity 0.5s;
402402
opacity: 0;
403403
visibility: hidden;
404404
}

0 commit comments

Comments
 (0)