Skip to content

Commit

Permalink
fix(Grade By Step): Mouse over step should show pointer hand
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Jun 29, 2023
1 parent 1c36057 commit 987b1a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

.list-item {
height: 56px;
cursor: pointer;
&:hover {
background-color: #f5f5f5;
}
Expand Down

0 comments on commit 987b1a9

Please sign in to comment.