Skip to content

Commit ef17202

Browse files
authored
hide header link until hover
1 parent 3529ad9 commit ef17202

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sass/_theme_mathjax.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ span[id*='MathJax-Span']
66

77
.eqno
88
float: right
9+
10+
.headerlink
11+
visibility: hidden
12+
&:after
13+
visibility: visible
14+
display: inline-block
15+
&:hover .headerlink
16+
visibility: visible

0 commit comments

Comments
 (0)