We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16a9ed commit ad9eec8Copy full SHA for ad9eec8
sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html
@@ -39,7 +39,7 @@
39
{% set github_link = 'https://' ~ github_host|default("github.com") ~ '/' ~ github_user ~ '/' ~ github_repo ~ '/' ~ theme_vcs_pageview_mode|default("blob") ~ '/' ~ github_version ~ conf_py_path ~ pagename ~ suffix %}
40
{% endif %}
41
<div class="base-layout--button fade-target">
42
- <button class="btn-hollow btn-brown with-box-shadow"
+ <button class="btn-hollow btn-brown with-box-shadow btn-with-icon"
43
onclick="window.scrollTo({ top: 0, behavior: 'smooth' });"
44
aria-label="Scroll to top"
45
>
0 commit comments