mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
569ef31f9d
* Move declarations out of `mx_EventTile:not([data-layout=bubble])` merging style rules on _EventBubbleTile.scss Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove an obsolete `!important` flag from `&.mx_EventTile_continuation` Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `clear: unset` declaration from EventTile on bubble layout While mx_EventTile:not([data-layout="bubble"]) suggests that "clear: both" would not be applied to the bubble layout, the value "both" has been in fact luckily applied thanks to "mx_RoomView_MessageList li" on _RoomView.pcss, imported later than _EventTile.pcss. Since "clear: both" is declared for mx_EventTile, this declaration is no longer needed here. Though the value of that declaration of mx_EventTile on the timeline (including ThreadView) seems to have been overridden by "mx_RoomView_MessageList li" for all layouts, it should not be removed yet until E2E tests which check visual regressions are implemented, in order to minimize the risk of a regression outside of the timeline. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `:not()` pseudo class from `_FilePanel.pcss` Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `!important` flag from `_MessageEditHistoryDialog.pcss` Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove a comment about overriding Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Run prettier Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> |
||
---|---|---|
.. | ||
wysiwyg_composer | ||
_AppsDrawer.pcss | ||
_Autocomplete.pcss | ||
_AuxPanel.pcss | ||
_BasicMessageComposer.pcss | ||
_DecryptionFailureBar.pcss | ||
_E2EIcon.pcss | ||
_EditMessageComposer.pcss | ||
_EmojiButton.pcss | ||
_EntityTile.pcss | ||
_EventBubbleTile.pcss | ||
_EventTile.pcss | ||
_HistoryTile.pcss | ||
_IRCLayout.pcss | ||
_JumpToBottomButton.pcss | ||
_LinkPreviewGroup.pcss | ||
_LinkPreviewWidget.pcss | ||
_LiveContentSummary.pcss | ||
_MemberInfo.pcss | ||
_MemberList.pcss | ||
_MessageComposer.pcss | ||
_MessageComposerFormatBar.pcss | ||
_NewRoomIntro.pcss | ||
_NotificationBadge.pcss | ||
_PinnedEventTile.pcss | ||
_PresenceLabel.pcss | ||
_ReadReceiptGroup.pcss | ||
_RecentlyViewedButton.pcss | ||
_ReplyPreview.pcss | ||
_ReplyTile.pcss | ||
_RoomBreadcrumbs.pcss | ||
_RoomCallBanner.pcss | ||
_RoomHeader.pcss | ||
_RoomInfoLine.pcss | ||
_RoomList.pcss | ||
_RoomListHeader.pcss | ||
_RoomPreviewBar.pcss | ||
_RoomPreviewCard.pcss | ||
_RoomSublist.pcss | ||
_RoomTile.pcss | ||
_RoomUpgradeWarningBar.pcss | ||
_SearchBar.pcss | ||
_SendMessageComposer.pcss | ||
_Stickers.pcss | ||
_ThreadSummary.pcss | ||
_TopUnreadMessagesBar.pcss | ||
_VoiceRecordComposerTile.pcss | ||
_WhoIsTypingTile.pcss |