Skip to content

Commit

Permalink
fix: anchors in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Mar 1, 2024
1 parent 91f7a28 commit ab7d5b1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/scss/_anchor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
.yfm-anchor::before {
content: '#';
visibility: hidden;
position: absolute;

padding-right: 2px;
}

&:hover .yfm-anchor::before {
Expand All @@ -33,4 +30,11 @@
}
}
};

.yfm-tabs {
.yfm-anchor::before {
position: absolute;
padding-right: 2px;
}
}
}

0 comments on commit ab7d5b1

Please sign in to comment.