Skip to content

Commit

Permalink
Add a hover state to change the cursor for indicating the vote button…
Browse files Browse the repository at this point in the history
…'s clickability.
  • Loading branch information
Misofser committed Dec 8, 2023
1 parent bb1c262 commit 4e3d705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ h3 {
height: auto;
border: none;
background-color: transparent;
cursor: pointer;
}

.vote-button img {
Expand All @@ -254,6 +255,7 @@ h3 {

.vote-button.voted {
opacity: 0.5;
cursor: pointer;
}

.voted-button img {
Expand Down

0 comments on commit 4e3d705

Please sign in to comment.