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(snackbar-dialog): action link colors #1932

Merged
merged 1 commit into from
Nov 11, 2022

Conversation

ArtBlue
Copy link
Contributor

@ArtBlue ArtBlue commented Nov 10, 2022

Fixes #1924

  • This PR contains CSS changes
  • This PR does not contain CSS changes

Description

Fixes the action link styling.

Notes

Hover states have not been defined yet for these but the lack of hover indication feels a bit broken so I added a full underline on hover just to create differentiation for now. Once the hover color has been defined we can adjust these.

Screenshots

Before:
image

After:
image

Checklist

  • I verify the build is in a non-broken state
  • I verify all changes are within scope of the linked issue
  • I regenerated all CSS files under dist folder
  • I tested the UI in all supported browsers
  • I did a visual regression check of the components impacted by doing a Percy build and approved the build
  • I tested the UI in dark mode and RTL mode
  • I added/updated/removed Storybook coverage as appropriate

Copy link
Contributor

@saiponnada saiponnada left a comment

Choose a reason for hiding this comment

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

Looks good to me! I have tested locally on my machine.

text-decoration: none;

&::first-letter {
text-decoration: underline;
}
}

// this needs to be super specific to override base fake-link
Copy link
Contributor

Choose a reason for hiding this comment

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

complete underline on hover is pretty neat.

@ArtBlue ArtBlue merged commit cb6395e into 15.2.0 Nov 11, 2022
@ArtBlue ArtBlue deleted the 1924-ebay-snackbar-dialog-fix-action-styling branch November 11, 2022 13:37
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