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: scroll bar color in dark mode #5397

Merged
merged 1 commit into from May 14, 2023

Conversation

math-GH
Copy link
Contributor

@math-GH math-GH commented May 14, 2023

Before:
the main window scroll bar is in light colors in dark mode
grafik

After:
scroll bar has dark colors
grafik

Root of this issue:
The main scroll bar use the background color of the <html> tag and not of <body>. So the darkMode_auto CSS class had to move from <body> to <html>

How to test the feature manually:
The issue was found in Mozilla Firefox

  1. use theme Origine
  2. set the auto dark mode to "auto
  3. see the scroll bar

Pull request checklist:

  • clear commit messages
  • code manually tested

@math-GH math-GH added the UI 🎨 User Interfaces label May 14, 2023
@math-GH math-GH added this to the 1.22.0 milestone May 14, 2023
@Alkarex Alkarex merged commit cd004cb into FreshRSS:edge May 14, 2023
1 check passed
@math-GH math-GH deleted the fix-scrollbar-darkmode branch May 14, 2023 17:52
math-GH added a commit to math-GH/FreshRSS that referenced this pull request Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 🎨 User Interfaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants