-
-
Notifications
You must be signed in to change notification settings - Fork 29
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: wrong background color for search bar in light mode #120
fix: wrong background color for search bar in light mode #120
Conversation
✅ Deploy Preview for chipper-marshmallow-7b90fb ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Can you rebase on latest main branch? Changes occured meanwhile with the new control flow syntax. |
Arf I missed the last update... will rebase asap :) |
….com/nekomamoushi/angular-hub into fix/search-wrong-color-in-light-mode
Hi, It seems the material component update itself his background in light or dark mode. So there is no need for these classes : Could you confirm it please ? I still have the background issue if I let these classes. When I remove them, it works fine :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nekomamoushi - It seems your local npm modules are outdated, specifically the one for Prettier. Please run npm i
and then run npx nx format:write
again.
I was wondering what went wrong :) Thank You |
No worries! I was on the lookout for issues like this since I just updated Prettier last night (that's what you rebased onto) 😅 |
The class has been introduced to hide the search results if you scroll. |
Hi, thanks for the information. I tried many things to fix this background issue but nothing worked... Do you have any idea that maybe help ? :) |
First approach: I tried to edit in the browser, and the main changes should be to replace the But also, (second approach) I think the scroll section shouldn't go to the top; that way, we wouldn't need to set the background in the first place after we replace the absolute positioning of the search text input with a more straightforward flex layout. |
80cdc67
to
b232449
Compare
closed as removed feature from the new UI. |
PR Checklist
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Display dark background on lightt mode in the search bar
Issue Number: #117
What is the new behavior?
Correct background color for search bar on light mode
Does this PR introduce a breaking change?
Other information