Skip to content

Commit

Permalink
Merge pull request #3305 from dnoneill/cursor-bookmarks
Browse files Browse the repository at this point in the history
update bookmarks to have pointer
  • Loading branch information
jcoyne authored Sep 3, 2024
2 parents 5a779c5 + 16966cb commit d202d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/blacklight/_bookmark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ label.toggle-bookmark {
min-width: 8.5em;
}

div.toggle-bookmark {
cursor: pointer;
}

/* override for line 3.
Creates weird spacing in toolbar when min-width is set to 8rem */
.header-tools label.toggle-bookmark {
Expand Down

0 comments on commit d202d44

Please sign in to comment.