Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(framework): Do not create IE styles with disabled #2284

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

vladitasev
Copy link
Contributor

Do not create component styles for IE11 with disabled, because if they don't contain at least one CSS Variable, they will not be processed by the CSS Vars ponyfill. It will skip them, and not create new styles with the compiled static CSS. Thus they will remain disabled and not have any effect on the page.

The bug can only be seen with components that don't have at least one CSS Var in their styles.

closes: #2283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Styles for components without any CSS Vars are not applied on IE
3 participants