Skip to content

Commit bb8014c

Browse files
committed
feat: show heading anchor link on hover
1 parent edcebeb commit bb8014c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/assets/css/components/_post.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
.post__heading--anchor {
101101
position: relative;
102102

103-
&:focus-within {
103+
&:focus-within,
104+
&:hover {
104105
.post__heading-anchor {
105106
opacity: 1;
106107
pointer-events: auto;

0 commit comments

Comments
 (0)