Skip to content

Commit

Permalink
prevent link click inside spoiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Feb 18, 2025
1 parent f256a92 commit 843cf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ a {

[data-mx-spoiler][aria-pressed='true'] a {
color: transparent;
pointer-events: none;
}

b {
Expand Down

0 comments on commit 843cf58

Please sign in to comment.