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: update element selectors for tour #1461

Merged
merged 1 commit into from
Sep 21, 2023
Merged

fix: update element selectors for tour #1461

merged 1 commit into from
Sep 21, 2023

Conversation

dsanders11
Copy link
Member

The "Show Tour" feature is failing to highlight correct elements as the selectors are no longer valid. Change some of the selectors to ID rather than class, as that seems more correct. The editor selectors have to remain as-is as they're also used in CSS, but because they have dots in the class name (eek) they need to be escaped to be used as selectors.

@coveralls
Copy link

coveralls commented Sep 21, 2023

Coverage Status

coverage: 87.059% (-0.03%) from 87.085% when pulling 7badc49 on fix-tour into dfcc8df on main.

@dsanders11 dsanders11 merged commit ca21e04 into main Sep 21, 2023
8 checks passed
@dsanders11 dsanders11 deleted the fix-tour branch September 21, 2023 17:04
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.

None yet

3 participants