Fix Settings header visibility with semi-transparent background #10793
+7
−1
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.
Description
Fixes the Settings header visibility issue where the title text became unreadable when content scrolled beneath it.
Problem
The Settings page header lacked a background, causing the "Settings" title and action buttons to become difficult or impossible to read when scrollable content (like the MCP Servers list) passed underneath them.
Solution
Added a semi-transparent background with backdrop blur to the
TabHeadercomponent:Changes
webview-ui/src/components/common/Tab.tsx:backdrop-blur-smclass for subtle blur effectcolor-mix()functionVisual Impact
The Settings header now has a frosted glass effect that:
Testing
cc @taltas - Please review when you have a chance!
Important
Fixes Settings header visibility by adding a semi-transparent background and blur effect to
TabHeaderinTab.tsx.TabHeaderinTab.tsx.backdrop-blur-smclass andcolor-mix()for background.This description was created by
for d7d4d09. You can customize this summary. It will automatically update as commits are pushed.