fix(ui): tab focus state

This commit is contained in:
adamelmore
2026-01-24 16:30:42 -06:00
committed by Adam
parent d97cd56867
commit 10d227b8d6

View File

@@ -63,6 +63,12 @@
align-items: center;
justify-content: center;
padding: 14px 24px;
outline: none;
&:focus-visible {
outline: none;
box-shadow: none;
}
}
[data-slot="tabs-trigger-close-button"] {
@@ -81,7 +87,7 @@
}
&:focus-visible {
outline: none;
box-shadow: 0 0 0 2px var(--border-focus);
box-shadow: none;
}
&:has([data-hidden]) {
[data-slot="tabs-trigger-close-button"] {