File tree 3 files changed +1
-21
lines changed
3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ <h3>{{ _('Navigation') }}</h3>
77
77
< script type ="text/javascript " src ="{{ pathto('_static/copybutton.js', 1) }} "> </ script >
78
78
< script type ="text/javascript " src ="{{ pathto('_static/menu.js', 1) }} "> </ script >
79
79
< script type ="text/javascript " src ="{{ pathto('_static/search-focus.js', 1) }} "> </ script >
80
- < script type ="text/javascript " src ="{{ pathto('_static/smooth.js', 1) }} "> </ script >
81
80
< script type ="text/javascript " src ="{{ pathto('_static/themetoggle.js', 1) }} "> </ script >
82
81
{%- endif -%}
83
82
{%- endif -%}
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ div.versionremoved .versionmodified {
777
777
}
778
778
}
779
779
780
- @media (prefers-reduced-motion) {
780
+ @media (prefers-reduced-motion : reduce ) {
781
781
div .document {
782
782
animation : none;
783
783
transition : none;
@@ -786,8 +786,4 @@ div.versionremoved .versionmodified {
786
786
# sidebarbutton {
787
787
transition : none;
788
788
}
789
-
790
- html {
791
- scroll-behavior : auto;
792
- }
793
789
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments