Skip to content

Commit

Permalink
Add cursor pointer to chart expandable labels (#469)
Browse files Browse the repository at this point in the history
The labels on the row charts have no indication they're clickable.
Changing the cursor to a pointer on hover improves this situation.
  • Loading branch information
contolini committed Oct 3, 2023
1 parent 47ead5d commit 7c22425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Charts/RowChart.less
Expand Up @@ -24,6 +24,7 @@

.expandable {
color: @pacific;
cursor: pointer;
}

text {
Expand Down

0 comments on commit 7c22425

Please sign in to comment.