Don't highlight bubble events

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-18 17:03:48 +02:00
parent 62de75ab00
commit 707ecd8786
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 7 additions and 0 deletions

View File

@ -130,6 +130,13 @@ $hover-select-border: 4px;
.mx_EventTile_msgOption { .mx_EventTile_msgOption {
grid-column: 2; grid-column: 2;
} }
&:hover {
.mx_EventTile_line {
// To avoid bubble events being highlighted
background-color: inherit !important;
}
}
} }
.mx_EventTile_reply { .mx_EventTile_reply {