Skip to content

Commit

Permalink
Underline .clickable on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel Randquist committed Oct 26, 2023
1 parent c0386be commit 691cd1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/dashboard/app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
cursor: pointer;
}

.clickable:hover {
text-decoration: underline;
}

.gold {
color: gold;
}
Expand Down

0 comments on commit 691cd1c

Please sign in to comment.