-
-
Notifications
You must be signed in to change notification settings - Fork 827
Split mx_AppPermissionWarning
on _AppsDrawer.pcss
into two classes
#10824
Conversation
*/ | ||
|
||
.mx_AppPermission { | ||
> div { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mx_AppPermissionWarning_row
has been added to every div
so I guess the type selector should work better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks.
Head branch was pushed to by a user without write access
no artifiacts found again. re-kicking, and considering moving working on that flakiness up my personal TODO list 😠 |
One more try |
I noticed just now that merging #10775 which have been created before this PR would create conflicts. I'll make this PR ready for review again, once the conflicts are resolved… |
The conflicts were fixed. |
I think Percy check on the queue should return an error in the same way as #10836 (comment). |
"Style Lint" job failed with what looks like a momentary network outage at github, so trying again. |
This comment was marked as outdated.
This comment was marked as outdated.
Force merging since it contains new snapshots (which pass). |
For element-hq/element-web#25269
This PR intends to split
mx_AppPermissionWarning
intomx_AppPermission
andmx_AppWarning
.Most of the styles of
mx_AppPermissionWarning
are required forAppPermisson
except one block, so this PR suggests to split the style rules to create a CSS file for the component.type: task
Signed-off-by: Suguru Hirahara [email protected]
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.