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

Bug: Transparent background of UserMenu component #164

Closed
aleksei-golubev opened this issue Sep 12, 2019 · 0 comments · Fixed by #232
Closed

Bug: Transparent background of UserMenu component #164

aleksei-golubev opened this issue Sep 12, 2019 · 0 comments · Fixed by #232
Labels
bug Something isn't working comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours prio3: medium Should be done when time available

Comments

@aleksei-golubev
Copy link

aleksei-golubev commented Sep 12, 2019

Description
When we add Header component with user menu inside we got a transparent background of UserMenu component.

To Reproduce
Add a Header component from business components library.

Screenshots
transparent-background

Desktop

  • OS: Windows 10
  • Browser Chrome
  • Version 76

Workaround
To fix this in global styles.css add code:

.sbb-usermenu-logged-in-active {
  background-color: #fff;
}
@aleksei-golubev aleksei-golubev added the bug Something isn't working label Sep 12, 2019
@kyubisation kyubisation added comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours prio3: medium Should be done when time available labels Sep 12, 2019
kyubisation pushed a commit that referenced this issue Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours prio3: medium Should be done when time available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants