Forked from LesykJulia/cursor-as-standard-link-on-hover.css
Last active
September 26, 2023 14:36
-
-
Save Crocoblock/adc0071a9c6e4ff991eb73420b026e5f to your computer and use it in GitHub Desktop.
Changing mouse cursor as a standard link on a listing item hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* apply to all Listing Grids */ | |
.jet-listing-grid a.jet-engine-listing-overlay-link { | |
z-index: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment