Agentic UI: Improve site menu button and dropdown contrast#4227
Open
bcotrim wants to merge 3 commits into
Open
Agentic UI: Improve site menu button and dropdown contrast#4227bcotrim wants to merge 3 commits into
bcotrim wants to merge 3 commits into
Conversation
bcotrim
marked this pull request as ready for review
July 16, 2026 13:23
Collaborator
📊 Performance Test ResultsComparing 7bc0c9a vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
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.
Related issues
explore-site-centric-conversation-chrome)How AI was used in this PR
Implemented with Claude Code: ported the site-menu trigger/dropdown styling from the design-preview branch onto trunk (resolving overlap with #4191), and verified light/dark rendering in a browser harness before manual review. All changes were reviewed and visually tested by the author.
Proposed Changes
The site menu trigger (the button showing the site name/status that opens publish/preview/settings) sat on a near-transparent background, so it was easy to miss and didn't read as clickable. Its content also changed with sidebar state, since the site icon only appeared when the sidebar was collapsed.
--wpds-color-*-interactive-neutral-strongtokens.floatingprop on the trigger controls the drop shadow: on for overlay placements (chat header), available to turn off for in-flow header rows.Note: The actions from the menu are out of scope for this PR, my goal is to address the layout of the menu only.
Testing Instructions
Pre-merge Checklist