Skip to content

Commit e7cfa48

Browse files
authored
Merge pull request matrix-org#6582 from SimonBrandner/fix/bubble-highlight/18295
2 parents 1e50246 + 2d47f45 commit e7cfa48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ limitations under the License.
3333
margin-top: 2px;
3434
}
3535

36+
&.mx_EventTile_highlight {
37+
&::before {
38+
background-color: $event-highlight-bg-color;
39+
}
40+
41+
color: $event-highlight-fg-color;
42+
}
43+
3644
/* For replies */
3745
.mx_EventTile {
3846
padding-top: 0;

0 commit comments

Comments
 (0)