Skip to content

Fix: Improve tab visibility on hover in dark theme - #139

Open
shivom007 wants to merge 1 commit into
OpenMouse-Project:mainfrom
shivom007:fix/hover-property-for-dark-theme
Open

Fix: Improve tab visibility on hover in dark theme#139
shivom007 wants to merge 1 commit into
OpenMouse-Project:mainfrom
shivom007:fix/hover-property-for-dark-theme

Conversation

@shivom007

Copy link
Copy Markdown
Contributor

Summary

This PR fixes an accessibility/UI issue in the dark theme where hovering over tabs (.ftab:hover) did not provide sufficient visual contrast.

Changes Made

  • Added a specific CSS rule for .ftab:hover under the [data-theme="dark"] selector in src/supported.css.
  • Hovering over a tab in dark mode will now cleanly invert to a white background with black text, matching expected UI feedback.

Before
image

After
image

How to Test

  1. Switch the application to the dark theme.
  2. Hover your mouse over any tab.
  3. Verify that the tab background turns white and the text turns black, making it clearly visible.

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