Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

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

Merged
merged 4 commits into from
Apr 21, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ $left-gutter: 64px;
overflow-y: hidden;
}

&.mx_EventTile_selected .mx_EventTile_line,
&:hover .mx_EventTile_line {
&.mx_EventTile_selected .mx_EventTile_line {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
robintown marked this conversation as resolved.
Show resolved Hide resolved
Expand Down