Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add bubble highlight styling #6582

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ limitations under the License.
margin-top: 2px;
}

&.mx_EventTile_highlight .mx_EventTile_line {
background-color: $event-highlight-bg-color;
}

/* For replies */
.mx_EventTile {
padding-top: 0;
Expand Down