Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inability to click things in shepherd-element #334

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

RobbieTheWagner
Copy link
Member

Added * selector as well, to ensure children of things are allowed to be clicked too.

Fixes #328

Added `*` selector as well, to ensure children of things are allowed to be clicked too.

Fixes #328
@chuckcarpenter
Copy link
Member

Didn't test this, but code looks simple enough.

}
.shepherd-active {
&.shepherd-modal-is-visible {
:not(.shepherd-target) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, so it looks like without the *, this rule actually take precedent on all elements inside of it.

@RobbieTheWagner RobbieTheWagner merged commit 76519ae into master Feb 11, 2019
@RobbieTheWagner RobbieTheWagner deleted the pointer-events branch February 11, 2019 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants