-
-
Notifications
You must be signed in to change notification settings - Fork 833
Conversation
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
text-decoration: none; | ||
min-width: $MessageTimestamp_width; | ||
} | ||
.mx_EventTile[data-layout="irc"] { |
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.
Protection against unintentional override by something in .mx_EventTile:not([data-layout="bubble"])
on _EventTile.pcss
|
||
display: flex; | ||
flex-direction: row; |
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.
Since there is not an inherited value for the property, this declaration can safely be removed.
Can you re-request my review once this is ready to merge? |
There are several changes to be approved on Percy tests for this PR. Please note that those changes are due to #10211, except one related to the focus issue. CC @andybalaam |
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
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 sane
(apologies for the super late review; feel free to ping on Matrix next time :))
This PR intends to tidy up
IRCLayout.pcss
to clarify its structure by grouping selectors which share the same declarations, sorting declarations based onorder
value, nesting, and removing a redundant declaration.Since commits are split based on each change, reviewing per each commit should be easier than reviewing all of them at one time. Please note that there should not be an issue related to cascading which often happens when you move styles from one file to another, as this PR edits styles of just one file.
For a regression, most cases should be covered by the Cypress E2E tests.
Signed-off-by: Suguru Hirahara luixxiul@users.noreply.github.com
type: task
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.