Skip to content

Commit 017aee9

Browse files
authored
Fix emoji picker highlight missing when not active element (#31148)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent e0a94a0 commit 017aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/emojipicker/_EmojiPicker.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Please see LICENSE files in the repository root for full details.
182182
}
183183
}
184184

185-
.mx_EmojiPicker_body .mx_EmojiPicker_item_wrapper[tabindex="0"] .mx_EmojiPicker_item {
185+
.mx_EmojiPicker_body .mx_EmojiPicker_item_wrapper [tabindex="0"] .mx_EmojiPicker_item {
186186
background-color: $focus-bg-color;
187187
}
188188

0 commit comments

Comments
 (0)