Skip to content

Commit 237b139

Browse files
authored
fix(ContextMenu): show focus outline for auto-focused context menu items (#3193)
1 parent 9f57f21 commit 237b139

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/Dialog/styling/ContextMenu.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
background-color: var(--str-chat__background-utility-pressed);
118118
}
119119

120+
&:focus:not(:disabled) {
121+
@include utils.focusable;
122+
}
123+
120124
&:focus-visible:not(:disabled) {
121125
background-color: transparent;
122126
}

0 commit comments

Comments
 (0)