Skip to content

Commit

Permalink
feat: add cursor pointer on selector element (#3346)
Browse files Browse the repository at this point in the history
Co-authored-by: Ansh Goyal <anshgoyal1704@gmail.com>
  • Loading branch information
anmolyadav-dev and anshgoyalevil authored Nov 7, 2024
1 parent 8ec5340 commit 1071c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,7 @@ abbr[title] {
.explorer-menu-wrapper > div > div > div > button {
margin-top: 0px;
}

select {
cursor:pointer;
}

0 comments on commit 1071c76

Please sign in to comment.