File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
librustdoc/html/static/css Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ nav.sub {
400400.source .sidebar > * : not (# sidebar-toggle ) {
401401 opacity : 0 ;
402402 visibility : hidden;
403- transition : opacity 0.5s ;
404403}
405404
406405.source .sidebar .expanded {
@@ -1677,12 +1676,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
16771676 display : none;
16781677 }
16791678
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-
16861679 .source .sidebar .expanded {
16871680 width : 300px ;
16881681 }
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ goto: file://|DOC_PATH|/test_docs/index.html
33click: ".srclink"
44wait-for: "#sidebar-toggle"
55click: "#sidebar-toggle"
6- wait-for: 500
76fail: true
87assert-css: ("#source-sidebar", { "left": "-300px" })
You can’t perform that action at this time.
0 commit comments