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

DS-756 Fix css animation selector #2474

Merged
merged 6 commits into from Apr 8, 2022

Conversation

MarcinMr
Copy link
Collaborator

@MarcinMr MarcinMr commented Apr 8, 2022

Jira

https://pegadigitalit.atlassian.net/browse/DS-756

Summary

Attributes selectors were replaced with specific classes.

Details

  • [class*='a-bolt-'] replaced with .a-bolt-base

  • [class*='a-bolt-in'] replaced with .a-bolt-in

  • [class*='a-bolt-out'] replaced with .a-bolt-out

  • JS file was updated with the new class

  • Animation test pages were updated with the new classes in the Tests folder.

How to test

Pull the branch. Check if new classes are specific enough to avoid targeting other random classes. Go to test pages and confirm that animations work as previously.

@github-actions github-actions bot added the type: bugfix List this PR in the 'Bug Fixes' section of the release notes. label Apr 8, 2022
@colbytcook colbytcook merged commit e15598c into master Apr 8, 2022
@colbytcook colbytcook deleted the bugfix/DS-756-Animations-using-wrong-selector branch April 8, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bugfix List this PR in the 'Bug Fixes' section of the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants