Skip to content

Commit e9aca9a

Browse files
authored
[6.x] Fix outline focus briefly showing as the stack comes in (#14187)
Fix outline focus briefly showing as the stack comes in
1 parent dd280ef commit e9aca9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/ui/Stack/Stack.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ provide('closeStack', close);
205205
<FocusScope
206206
:trapped="isTopPortal"
207207
loop
208-
class="stack-container"
208+
class="stack-container outline-none"
209209
:class="{ 'stack-is-current': isTopStack }"
210210
:style="direction === 'ltr' ? { left: `${leftOffset}px` } : { right: `${leftOffset}px` }"
211211
>

0 commit comments

Comments
 (0)