fix: "Mention highlight and cursor hover highlight has different corner radius" (#8384)

* fix: mention tile and hover highlight's same border radius

* style-lint fix

* update: mention tile and hover highlight's same border radius
pull/28217/head
Yaya Usman 2022-04-22 00:13:39 +03:00 committed by GitHub
parent bbe0c945d3
commit 495a69532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -223,12 +223,6 @@ $left-gutter: 64px;
overflow-y: hidden;
}
&.mx_EventTile_selected .mx_EventTile_line,
&:hover .mx_EventTile_line {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
&:hover.mx_EventTile_verified .mx_EventTile_line {
box-shadow: inset calc(50px + $selected-message-border-width) 0 0 -50px $e2e-verified-color;
}