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.
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.