-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
added light background for better hover visibility on dark theme #8043
added light background for better hover visibility on dark theme #8043
Conversation
@Bonapara Could you please review this pull request? I'm unsure why the last one didn't work as expected. |
Thanks @abdullah5361k, can you also add back the hover on the view switcher dropdown? CleanShot.2024-10-25.at.09.37.30.mp4 |
@Bonapara Sure, I’ll. Apologies for the delayed response—I'm currently doing an internship with a daily 70-kilometer commute each way, which sometimes delays my replies. |
@Bonapara, could you please take a look at my pull request and provide feedback? |
Hi @abdullah5361k, thanks, looks good to me! |
Thank you for contributing, and good luck with your internship! What are you doing? |
Thank you! I’m currently involved in projects focused on web development. |
Hi @abdullah5361k, I reviewed your PR. Your fix worked well! The components you modified weren't well structured; we shouldn't rely on a css filter to apply different colors to the background and the text on hover. It's much more predictable to set explicit colors. That's the refactor I made. Thank you a lot for your time! |
Awarding abdullah5361k: 150 points 🕹️ Well done! Check out your new contribution on oss.gg/abdullah5361k |
Thank you, @Devessier , for the feedback. |
fixes: #7969
What does this PR do?
Apply a lighter background color to enhance the hover effect in dark mode.