Skip to content

Commit

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

Please sign in to comment.