Skip to content

Commit 29cfe66

Browse files
authored
feat: make actions container visible on focus-within (#949)
1 parent 414ce88 commit 29cfe66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-ref/lib/uui-ref.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ export class UUIRefElement extends SelectOnlyMixin(
190190
opacity: 0;
191191
transition: opacity 120ms;
192192
}
193-
:host(:hover) #actions-container {
193+
:host(:hover) #actions-container,
194+
:host(:focus-within) #actions-container {
194195
opacity: 1;
195196
}
196197

0 commit comments

Comments
 (0)