Use better cursor

This commit is contained in:
Anthony Johnson 2024-09-19 10:53:20 -07:00
parent 4f450c9d5e
commit e45d3309d8
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -246,7 +246,7 @@ html
display: inline-block
margin-right: -2rem
padding-right: 2rem
// Alter base select styles
text-align-last: center
background: none
border: none
@ -256,6 +256,7 @@ html
font-size: 1em
font-weight: normal
color: rgba(255, 255, 255, .3)
cursor: pointer
// Allow for padding
appearance: none
-webkit-appearance: none