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 / Reintroduce profile menu styling #194

Closed
wants to merge 2 commits into from

Conversation

langemike
Copy link

@langemike langemike commented May 1, 2024

A styling bug has been introduced in the profile menu during the header refactor jwplayer#501

The style references were unused in ProfileMenu. I moved the styling definitions one parent up, so the style references work. But I also need to re-use these (on the new location) for the UserMenuNav. This will make both these components similar in styling behavior.

I also deleted UserMenuNav.module.scss because the only remaining selector was .button, but that definition is unused.

Situation before fix:
Screenshot 2024-04-30 102125

Ticket: https://videodock.atlassian.net/browse/OTT-1510

@langemike
Copy link
Author

If we want to define our styles in the parent component and pass them as classname props, then we need to find a solution for the divider-before mixin. Something for later to enhance.

@langemike langemike temporarily deployed to Deployment Previews May 1, 2024 13:54 — with GitHub Actions Inactive
@langemike langemike added pr-submitted The PR has been submitted to the OTT Web App repo and removed pending-pr labels May 7, 2024
@royschut royschut deleted the fix/profile-menu-styling branch May 28, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-submitted The PR has been submitted to the OTT Web App repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants