mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Change verse tooltip cursor from help to pointer
Replace the help cursor (question mark) with a normal pointer cursor on verse links that show tooltips. This provides a cleaner, more standard user experience while still showing the verse tooltip on hover. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -95,10 +95,10 @@
|
||||
}
|
||||
|
||||
/* Verse tooltip styles */
|
||||
/* Links to verses get help cursor (they show tooltips) */
|
||||
/* Links to verses get normal pointer cursor (tooltips shown on hover) */
|
||||
a[href*="/book/"][href*="/chapter/"][href*="/verse/"]:not(.verse-number-link),
|
||||
a[href*="/book/"][href*="/chapter/"][href*="#verse-"]:not(.verse-number-link) {
|
||||
cursor: help;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Verse numbers get normal pointer cursor */
|
||||
|
||||
Reference in New Issue
Block a user