Skip to content

Commit f75170f

Browse files
authored
fix: enable focus through message options when message reactions are displayed (#331)
1 parent 31b64ca commit f75170f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/v2/styles/Message/Message-layout.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@
383383
}
384384
}
385385

386+
.str-chat__message-inner:focus-within {
387+
.str-chat__message-options {
388+
display: flex;
389+
}
390+
}
391+
386392
.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)) {
387393
margin-inline-end: var(--str-chat-message-options-size);
388394
}

0 commit comments

Comments
 (0)