Skip to content

Improve settings navigation hover states and dark mode colors#2419

Merged
gary149 merged 1 commit into
mainfrom
claude/item-hover-states-8m2kb9
Jul 3, 2026
Merged

Improve settings navigation hover states and dark mode colors#2419
gary149 merged 1 commit into
mainfrom
claude/item-hover-states-8m2kb9

Conversation

@gary149

@gary149 gary149 commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Refined the visual styling of the settings navigation sidebar to improve consistency and accessibility across light and dark modes.

Changes

  • Model settings button: Updated dark mode hover background from dark:hover:bg-gray-800/60 to dark:hover:bg-gray-700/50 for better contrast and visual feedback
  • Application settings button: Added missing hover states (hover:bg-gray-100 for light mode and dark:hover:bg-gray-700 for dark mode) to match the interactive behavior of other navigation items

Details

These changes ensure that all navigation buttons in the settings sidebar have consistent hover feedback across both light and dark modes, improving the user experience and visual hierarchy of the interface.

https://claude.ai/code/session_01VnSVoWnp6BH4L1P11ZjhGU

The settings modal background is gray-800 in dark mode, so the
dark:hover:bg-gray-800/60 hover on model rows was invisible. Use
gray-700/50 instead, and add the missing hover state to the
Application Settings button.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VnSVoWnp6BH4L1P11ZjhGU
@gary149 gary149 merged commit c9d2f6e into main Jul 3, 2026
6 checks passed
@gary149 gary149 deleted the claude/item-hover-states-8m2kb9 branch July 3, 2026 21:09
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.

2 participants