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: styling issues #8914

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

MiroslavDionisiev
Copy link
Contributor

Changes:

  • replaced the closing button content with an icon
  • fixed styling issued on the project journey
  • fixed a typo
  • handled null values for age and month of birth

image

@MiroslavDionisiev MiroslavDionisiev changed the base branch from develop to release/2024-11-12 November 12, 2024 13:10

const closeButton = document.getElementsByClassName('driver-popover-close-btn')[0];
if (closeButton) {
closeButton.textContent = '';
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these element property changes necessary because driver.js is setting up the button in a way that we can't fully control?

Copy link
Contributor Author

@MiroslavDionisiev MiroslavDionisiev Nov 12, 2024

Choose a reason for hiding this comment

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

@cwillisf it is using for the cross sign the sign for multiplication and when the browsers running on mac tries to render it is it not centered

Comment on lines +79 to 82
window.dataLayer = window.dataLayer || [];

if (!isUserEligible(user, permissions)) {
window.dataLayer.push({
Copy link
Contributor

Choose a reason for hiding this comment

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

😅

@MiroslavDionisiev MiroslavDionisiev merged commit 3f0d6f4 into release/2024-11-12 Nov 12, 2024
1 check passed
@MiroslavDionisiev MiroslavDionisiev deleted the fix/onboarding-styling-issues branch January 6, 2025 08:47
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