Description of the issue
There are two background variables for pfe tabs: --pfe-tabs--BackgroundColor and --pfe-tabs--BackgroundColor--inactive. The earth variant leverages both, but wind does not.
Impacted component(s)
Steps to reproduce
- Go to the pfe-tabs demo page
- add these style overrides
:root {
--pfe-tabs--BackgroundColor: pink !important;
--pfe-tabs--BackgroundColor--inactive: beige !important;
}
- Notice that all the wind tabs inherit the (active) background color variable.
Expected behavior
Only the active wind tab should be pink, the other tabs should be beige.
Screenshots

Description of the issue
There are two background variables for pfe tabs:
--pfe-tabs--BackgroundColorand--pfe-tabs--BackgroundColor--inactive. The earth variant leverages both, but wind does not.Impacted component(s)
Steps to reproduce
Expected behavior
Only the active wind tab should be pink, the other tabs should be beige.
Screenshots