Improve settings navigation hover states and dark mode colors#2419
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refined the visual styling of the settings navigation sidebar to improve consistency and accessibility across light and dark modes.
Changes
dark:hover:bg-gray-800/60todark:hover:bg-gray-700/50for better contrast and visual feedbackhover:bg-gray-100for light mode anddark:hover:bg-gray-700for dark mode) to match the interactive behavior of other navigation itemsDetails
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