Skip to content

Commit

Permalink
Wiki cursor
Browse files Browse the repository at this point in the history
Replace default help cursor with a custom one with the text "wiki"

Closes #966
  • Loading branch information
Erik van Velzen committed Jun 28, 2024
1 parent dbb5321 commit fc3a1be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/RawHtml/RawHtml.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
margin-bottom: 0.5rem;
}
.Container a[data-introduction-text] {
cursor: help;
cursor: url("/imgs/wiki-pointer.svg") 35 34, help;
color: green;
border-bottom: 2px dashed rgb(0, 170, 0);
}
Expand Down
13 changes: 13 additions & 0 deletions frontend/public/imgs/wiki-pointer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc3a1be

Please sign in to comment.