Update styling

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-26 16:19:46 +02:00
parent e8bf7ac227
commit 2d47f453cd
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 6 additions and 2 deletions

View File

@ -33,8 +33,12 @@ limitations under the License.
margin-top: 2px;
}
&.mx_EventTile_highlight .mx_EventTile_line {
background-color: $event-highlight-bg-color;
&.mx_EventTile_highlight {
&::before {
background-color: $event-highlight-bg-color;
}
color: $event-highlight-fg-color;
}
/* For replies */