You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is blocked by systematic design issues with component styling. Each component has its own styles and imports global set of styles and css variables via scss import. With all components using Angular simulated shadow DOM these styles are attached as a sibling style element. When these components are used within an actual shadow DOM encapsulated component, they include the sibling style element for each component used as an inner component.
The solution would be to isolate css variables used per component and have global css variables that can override and provide shared styling. This would minimize each component styles encapsulated to what it requires and would not have many duplicate large style elements.
The text was updated successfully, but these errors were encountered:
ghost
assigned ghost
and unassigned ghostSep 26, 2022
This issue is blocked by systematic design issues with component styling. Each component has its own styles and imports global set of styles and css variables via scss import. With all components using Angular simulated shadow DOM these styles are attached as a sibling style element. When these components are used within an actual shadow DOM encapsulated component, they include the sibling style element for each component used as an inner component.
The solution would be to isolate css variables used per component and have global css variables that can override and provide shared styling. This would minimize each component styles encapsulated to what it requires and would not have many duplicate large style elements.
The text was updated successfully, but these errors were encountered: