File tree 2 files changed +0
-8
lines changed
librustdoc/html/static/css
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ nav.sub {
400
400
.source .sidebar > * : not (# sidebar-toggle ) {
401
401
opacity : 0 ;
402
402
visibility : hidden;
403
- transition : opacity 0.5s ;
404
403
}
405
404
406
405
.source .sidebar .expanded {
@@ -1677,12 +1676,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1677
1676
display : none;
1678
1677
}
1679
1678
1680
- /* It doesn't render well on mobile because of the layout, so better only have the transition
1681
- on desktop. */
1682
- .rustdoc .source .sidebar {
1683
- transition : width .5s ;
1684
- }
1685
-
1686
1679
.source .sidebar .expanded {
1687
1680
width : 300px ;
1688
1681
}
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ goto: file://|DOC_PATH|/test_docs/index.html
3
3
click: ".srclink"
4
4
wait-for: "#sidebar-toggle"
5
5
click: "#sidebar-toggle"
6
- wait-for: 500
7
6
fail: true
8
7
assert-css: ("#source-sidebar", { "left": "-300px" })
You can’t perform that action at this time.
0 commit comments