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

Commit 495a695

Browse files
authored
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
1 parent bbe0c94 commit 495a695

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,6 @@ $left-gutter: 64px;
223223
overflow-y: hidden;
224224
}
225225

226-
&.mx_EventTile_selected .mx_EventTile_line,
227-
&:hover .mx_EventTile_line {
228-
border-top-left-radius: 4px;
229-
border-bottom-left-radius: 4px;
230-
}
231-
232226
&:hover.mx_EventTile_verified .mx_EventTile_line {
233227
box-shadow: inset calc(50px + $selected-message-border-width) 0 0 -50px $e2e-verified-color;
234228
}

0 commit comments

Comments
 (0)