Skip to content

Fix mediaQueries selector match for MS Edge#1

Merged
praabjerg merged 2 commits intomasterfrom
edgeFix
May 12, 2017
Merged

Fix mediaQueries selector match for MS Edge#1
praabjerg merged 2 commits intomasterfrom
edgeFix

Conversation

@praabjerg
Copy link
Copy Markdown
Owner

Allow for alphanumeric characters in selector match between [deckgrid] and ::before

When getting the selector in MS Edge, it arranges it as [deckgrid].deckgrid::before instead of (as you would expect) .deckgrid[deckgrid]::before
This change allows for matching the selector in MS Edge as well.

Palle Raabjerg added 2 commits May 12, 2017 11:12
…] and ::before

When getting the selector in MS Edge, it arranges it as [deckgrid].deckgrid::before instead of (as you would expect) .deckgrid[deckgrid]::before
This change allows for matching the selector in MS Edge as well.
@praabjerg praabjerg merged commit f296f08 into master May 12, 2017
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.

1 participant