Skip to content

Commit

Permalink
Set .clickable items to underline on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Oct 26, 2023
1 parent 75eb01a commit cba4c0d
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 cba4c0d

Please sign in to comment.