ritstudentgovernment / PawPrints

PawPrints petition application for the RIT community.
https://pawprints.rit.edu
Apache License 2.0
16 stars 13 forks source link

make the "copy link" button appear as though it is clickable using CSS #149

Closed MoralCode closed 1 year ago

MoralCode commented 1 year ago

This fixes #146. the functionality already exists but was lacking the user experience.

tested in a local dev environment following the instructions in the README per below procedure:

  1. copy some random text that is not a pawprints url
  2. run dev server on main branch with at least one petition
  3. open petition, verify hovering over link share button in bottom right corner doesn't change the cursor
  4. stop dev server, check out this branch
  5. start dev server
  6. open petition, verify hovering over link share button in bottom right corner causes cursor to change to a pointer icon
  7. open any text box, such as a new notepad window, and use ctrl-v to paste. verify that the url to the pawprint is present instead of the text copied earlier