Skip to content

Commit a3a890d

Browse files
committed
Fix broken math link icon
This likely was indirectly broken with da86e4d This commit addes our standard headerlink icon styles to math links aswell, before they had no styling. Fixes #1189
1 parent 5f343c9 commit a3a890d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sphinx_rtd_theme/static/css/theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/_theme_rst.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
@extend h2
207207

208208
// This is the #href that shows up on hover. Sphinx's is terrible so I hack it away.
209-
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption, .code-block-caption
209+
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption, .code-block-caption, .eqno
210210
.headerlink
211211
opacity: 0
212212
font-size: 14px

0 commit comments

Comments
 (0)