Skip to content

Commit f0e90ac

Browse files
authored
Merge pull request #1191 from readthedocs/Blendify/fix-math-link-icon
Fix broken math link icon
2 parents e8fd7e8 + bd19ad5 commit f0e90ac

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)