-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix styling issue when using EW modules #31533
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
Conversation
626dab0 to
61acff3
Compare
46f497c to
bd87c08
Compare
181a647 to
3c6d7ec
Compare
3c6d7ec to
7425d4d
Compare
7b43521 to
f05f296
Compare
3d9938a to
4249fe6
Compare
4249fe6 to
696aa77
Compare
|
Downstream playwright tests have no known flakes, so just rerunning continually is unlikely to change the outcome :D |
|
@t3chguy there are flakes, i have them in my others PRs.... |
|
The changes I see in the playwright report for the latest run look like changes caused by compound styles no longer being applied |
|
But if you are seeing flakes please link to the flake issues |
|
Oh nvm, the flakes i am seeing are not downstreamed (create-room), i'll take a look at the errors on downstream |
When an EW module uses compound, compound style sheet is applied a second time after EW style sheets. This is causing styling issues. This PR moves compound import at the end and fixes the style overrides (where EW override compound css).
Closes https://github.com/element-hq/wat-internal/issues/345
Needs element-hq/element-modules#163 element-hq/element-modules#164 element-hq/element-modules#165 element-hq/element-modules#166 element-hq/element-modules#167 element-hq/element-modules#167