Skip to content

Commit 923d5d7

Browse files
authored
fix: Make icons unselectable (#478)
No longer select icons when marking text, this prevents copying the icon. Resolves #474
1 parent af11e4b commit 923d5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/sass/fonts.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@ button {
145145
text-decoration: none;
146146
width: 1em;
147147
height: 1em;
148+
user-select: none;
148149
}

0 commit comments

Comments
 (0)