Skip to content

Commit

Permalink
Adds cursor:pointer to the show more button (#97111)
Browse files Browse the repository at this point in the history
  • Loading branch information
j6ll authored Dec 5, 2024
1 parent 158fcb1 commit 53f7658
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1290,3 +1290,7 @@ $break-huge-collapsed-menu: $break-huge - 222px;
color: var( --theme-base-color );
}
}

.location-chart__show-more-button {
cursor: pointer;
}

0 comments on commit 53f7658

Please sign in to comment.