diff --git a/akka-docs-dev/_sphinx/themes/akka/layout.html b/akka-docs-dev/_sphinx/themes/akka/layout.html index f1444d69fe..1cdc293ad3 100644 --- a/akka-docs-dev/_sphinx/themes/akka/layout.html +++ b/akka-docs-dev/_sphinx/themes/akka/layout.html @@ -351,7 +351,17 @@ {%- endif %} {% block footer %}{% endblock %} {%- endblock %} diff --git a/akka-docs-dev/_sphinx/themes/akka/static/docs.css b/akka-docs-dev/_sphinx/themes/akka/static/docs.css index 1d56fcfe6d..8f09d037ea 100644 --- a/akka-docs-dev/_sphinx/themes/akka/static/docs.css +++ b/akka-docs-dev/_sphinx/themes/akka/static/docs.css @@ -173,3 +173,8 @@ strong {color: #0B5567; } .pre { padding: 1px 2px; color: #0B5567; background-color: #EFF2F5; border: 1px solid #dee1e2; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .footer h5 { text-transform: none; } + +.section-marker { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; } +.section-marker:hover { text-decoration: none; } +.section h2:hover > a,.section h3:hover > a,.section h4:hover > a,.section h5:hover > a { visibility: visible; } +