Remove comment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-06 09:06:24 +02:00
parent f57bffad3c
commit 3c0ac487da
No known key found for this signature in database
GPG Key ID: CC823428E9B582FB
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ $hover-select-border: 4px;
.mx_EventTile:hover .mx_EventTile_body pre,
.mx_EventTile.focus-visible:focus-within .mx_EventTile_body pre {
border: 1px solid $tertiary-fg-color; // deliberate constant as we're behind an invert filter
border: 1px solid $tertiary-fg-color;
}
.mx_EventTile_pre_container {