Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Browser not rendering cursor's "pointer" state on span.sky-checkbox #502

Closed
Blackbaud-AlexKingman opened this issue Mar 20, 2017 · 1 comment

Comments

@Blackbaud-AlexKingman
Copy link
Contributor

Expected behavior

Whenever user hovers on the span element with class sky-checkbox, the mouse cursor should be a pointer to indicate an interactive element.

Actual behavior

The cursor is the default arrow. This is seen with both Firefox and Chrome on OSx. Visible on docs page.

Note: At first glance, it looks like .sky-checkbox does indeed have cursor:pointer declared. However, I think the browser is losing context because its parent element is absolutely positioned. A position:relative fixes this. Not sure if that's the best implementation though... Need someone smarter than me to make that call :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants