Skip to content

Commit 2d47f45

Browse files
committed
Update styling
Signed-off-by: Šimon Brandner <[email protected]>
1 parent e8bf7ac commit 2d47f45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

res/css/views/rooms/_EventBubbleTile.scss

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

36-
&.mx_EventTile_highlight .mx_EventTile_line {
37-
background-color: $event-highlight-bg-color;
36+
&.mx_EventTile_highlight {
37+
&::before {
38+
background-color: $event-highlight-bg-color;
39+
}
40+
41+
color: $event-highlight-fg-color;
3842
}
3943

4044
/* For replies */

0 commit comments

Comments
 (0)