Implement CSS custom properties and fix style inheritance through shadow DOM #3
+577
−20
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.
Tab panel content was losing inherited styles (color, font-family) when cloned into shadow DOM, resetting to browser defaults instead of respecting surrounding context.
Changes
color: inheritto:hostand[role="tabpanel"]to allow inherited properties to flow through shadow boundary--tabbed-interface-font-family--tabbed-interface-tablist-{display,gap,padding,margin,background,border}--tabbed-interface-tab-{padding,background,color,border,border-radius}--tabbed-interface-tab-{active,hover}-{background,color}--tabbed-interface-tab-focus-outline--tabbed-interface-tabpanel-{padding,background,border}Usage
Inherited properties now flow naturally:
Custom properties allow full customization:
Testing
Added
test/style-inheritance.test.jswith 7 tests covering inheritance behavior and custom property application. Createddemo/style-inheritance.htmldemonstrating multiple themed examples.All changes are backward compatible—default values match original hardcoded values.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.