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

Fix checkbox markup in example page to have span #1382

Merged

Conversation

interactivellama
Copy link
Contributor

The index.html checkbox markup was incorrect. Fixes #1381.

@kevinparkerson
Copy link
Contributor

@interactivellama the grey-ification on tabbing is back! although it's somewhat hard to see... perhaps we add the hover box-shadow effect too? (if possible)

@interactivellama
Copy link
Contributor Author

The issue is that the input has the focus and it is a child of the label. There is no CSS parent selector. The hover is able to affect the input, but the input cannot affect the label, just the span which is its sibling.

@swilliamset
Copy link
Contributor

@kevinparkerson @interactivellama Is this resolved and ready to be merged or on hold?

@interactivellama
Copy link
Contributor Author

@swilliamset This is a revert to a previous state that got overwritten. The hover suggestion by @kevinparkerson is not possible with CSS only due to the lack of a reverse sibling selector.

TL:DR; Yes, it's good to go.

swilliamset pushed a commit that referenced this pull request Jul 9, 2015
Fix checkbox markup in example page to have span
@swilliamset swilliamset merged commit 353dca7 into ExactTarget:master Jul 9, 2015
@interactivellama interactivellama deleted the checkbox-focus-style branch April 4, 2016 15:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants