Skip to content

Commit

Permalink
Merge pull request #4257 from fjordllc/fix-h-tag
Browse files Browse the repository at this point in the history
hタグがカーソルポインターになってるのを修正
  • Loading branch information
machida authored Feb 18, 2022
2 parents 7b0a411 + 1a0ecd7 commit b750d69
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions app/assets/stylesheets/modules/_markdown_it.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,16 @@
h6
scroll-snap-align: start
scroll-snap-stop: always
cursor: pointer
position: relative
&:hover
.header-anchor
opacity: 1
&::before
display: block
content: " "
visibility: hidden
pointer-events: none
h1,
h2,
h3,
h4,
h5,
h6
cursor: pointer
position: relative
&:hover
.header-anchor
opacity: 1

.header-anchor
display: flex
Expand Down

0 comments on commit b750d69

Please sign in to comment.