Soften border color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-06 09:05:33 +02:00
parent c7560a25e9
commit f57bffad3c
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 #e5e5e5; // deliberate constant as we're behind an invert filter
border: 1px solid $tertiary-fg-color; // deliberate constant as we're behind an invert filter
}
.mx_EventTile_pre_container {