style(ui): remove drop shadow from chrome islands - #485
Merged
Conversation
Islands sit flat on the canvas — hairline border alone draws the edge; only overlays (modals, menus, devtools) keep --pop-shadow. Removes the --isl-shadow token, the shadow-isl Tailwind mapping, and its class uses. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: xNet Test <test@xnet.dev>
Contributor
🖼️ UI changes in this PRScreensAuto-captured by CI · run. Informational — not a blocking check. |
Contributor
|
Preview removed for PR #485. |
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.



Follow-up to #474 (0299 two-plane backgrounds): chrome islands — sidebar, status bar, dock, right context panel, dev-tools toggle, mobile shell islands — no longer cast a drop shadow. They sit flat on the canvas with the hairline border alone drawing the edge. Overlays (modals, menus, dev-tools panel) keep
shadow-popso they still read as floating.Removes the
--isl-shadowtoken (both.wb-rootscopes), theshadow-islTailwind mapping, and allshadow-islclass uses; updates the DESIGN_SYSTEM.md doctrine accordingly.Verified live: chrome island
box-shadowcomputes tonone; the dev-tools overlay retains its--pop-shadowvalues.🤖 Generated with Claude Code