Fix notification text visibility in dark mode#15563
Fix notification text visibility in dark mode#15563utafrali wants to merge 1 commit intoJabRef:mainfrom
Conversation
Review Summary by QodoFix notification text visibility in dark mode
WalkthroughsDescription• Fixed notification text visibility in dark mode • Added proper text color styling for notification elements • Styled notification close button and icons for dark theme • Updated notification bar background color for better contrast Diagramflowchart LR
A["Dark.css styles"] -->|Add background color| B["Notification bar pane"]
A -->|Add text colors| C["Notification text elements"]
A -->|Add icon colors| D["Close button and icons"]
B --> E["Improved dark mode visibility"]
C --> E
D --> E
File Changes1. jabgui/src/main/resources/org/jabref/gui/Dark.css
|
Code Review by Qodo
|
|
You have removed the section "Checklist" from your pull request description. Please adhere to our pull request template. |
@utafrali This needs fixing. You could remove or replace the original block. |
|
You could also just remove the old Dark.css background override rather than setting it to the same value Base.css already provides. The only necessary additions are the text/icon color overrides. |
This comment was marked as abuse.
This comment was marked as abuse.
|
This will have merge conflicts as soon #15545 is merged and will have to wait until the other PR is merged. |
This comment was marked as abuse.
This comment was marked as abuse.
|
Btw, why did you rewrite our checklist? This is why the other check is failing? AI does that often. And we have a strict AI policy: Usage of AI has to be disclosed. |
|
Also dont use AI to communicate with us. Even if your english is not the best, its better to talk to a human. |
|
This pull requests was closed without merging. You have been unassigned from the respective issue #15560. In case you closed the PR for yourself, you can re-open it. Please also check After submission of a pull request in CONTRIBUTING.md. |
|
Funny enough, this does not even fix the issue. Just AI slop. |
Related issues/PRs
Closes #15560
Description
Notifications in dark mode were showing white text on white backgrounds, making them impossible to read. Added proper text and icon colors to the notification styles so they display correctly in the dark theme.
Steps to test
Mandatory checklist