Skip to content

Fix Lite tooltips to use dark theme globally#127

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/lite-dark-tooltips
Feb 19, 2026
Merged

Fix Lite tooltips to use dark theme globally#127
erikdarlingdata merged 1 commit intodevfrom
fix/lite-dark-tooltips

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Remove x:Key="DarkToolTip" from Lite/Themes/DarkTheme.xaml to make the ToolTip style implicit — all tooltips now automatically use dark background/foreground without needing explicit Style="{StaticResource DarkToolTip}"
  • Simplify the alert badge tooltip in MainWindow.xaml.cs from an explicit styled ToolTip object back to a plain string (the implicit style handles the theming)

Closes #120

Test plan

  • Launch Lite, connect to a server
  • Hover over any DataGrid column header, row cell, or button — tooltip should have dark background (#1E1E2E) and light text
  • Hover over the alert badge (when alerts are present) — tooltip should also be dark
  • Verify no tooltips show the default Windows light theme

🤖 Generated with Claude Code

Make the ToolTip style in DarkTheme.xaml implicit (remove x:Key) so it
automatically applies to all tooltips without requiring explicit references.
Simplify the alert badge tooltip back to a plain string since the global
style now handles dark theming.

Closes #120

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 84f2661 into dev Feb 19, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/lite-dark-tooltips branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant