diff --git a/frontend/src/components/VAudioTrack/VAudioTrack.vue b/frontend/src/components/VAudioTrack/VAudioTrack.vue index 4a35904356a..b81d4450dc9 100644 --- a/frontend/src/components/VAudioTrack/VAudioTrack.vue +++ b/frontend/src/components/VAudioTrack/VAudioTrack.vue @@ -431,7 +431,7 @@ const layoutBasedProps = computed(() => "cursor-pointer", { "focus-visible:focus-bold-filled": props.layout === "box", - "focus-slim-tx": props.layout === "row", + "focus-visible:focus-slim-tx": props.layout === "row", }, ], } diff --git a/frontend/src/components/VBanner/VNotificationBanner.vue b/frontend/src/components/VBanner/VNotificationBanner.vue index 4a109b534ed..390d7f394ed 100644 --- a/frontend/src/components/VBanner/VNotificationBanner.vue +++ b/frontend/src/components/VBanner/VNotificationBanner.vue @@ -65,7 +65,7 @@ const iconClassNames = computed(() => const closeButtonClassNames = computed(() => props.variant === "dark" - ? "focus-slim-tx-bg-complementary hover:bg-tertiary-hover" + ? "focus-visible:focus-slim-tx hover:bg-tertiary-hover" : { info: "hover:!bg-info-3", warning: "hover:!bg-warning-3", diff --git a/frontend/src/components/VButton.vue b/frontend/src/components/VButton.vue index 75cfc0fe82e..cc84a72b914 100644 --- a/frontend/src/components/VButton.vue +++ b/frontend/src/components/VButton.vue @@ -225,7 +225,7 @@ watch( border: !isPlainDangerous, 'focus-visible:outline-tx': isPlainDangerous, 'focus-slim-filled': isFocusSlimFilled, - 'focus-slim-tx': isFocusSlimTx, + 'focus-visible:focus-slim-tx': isFocusSlimTx, }, ]" :aria-pressed="pressed" diff --git a/frontend/src/components/VCheckbox/VCheckbox.vue b/frontend/src/components/VCheckbox/VCheckbox.vue index 99b53c65477..7dab28ee9ac 100644 --- a/frontend/src/components/VCheckbox/VCheckbox.vue +++ b/frontend/src/components/VCheckbox/VCheckbox.vue @@ -121,7 +121,7 @@ const onChange = () => { 'h-5', 'w-5', 'rounded-sm', - 'focus-slim-tx', + 'focus-visible:focus-slim-tx', 'checked:focus-visible:border-bg-ring', ] " diff --git a/frontend/src/components/VFooter/VFooter.vue b/frontend/src/components/VFooter/VFooter.vue index 295ecfffc29..cc71ac401a3 100644 --- a/frontend/src/components/VFooter/VFooter.vue +++ b/frontend/src/components/VFooter/VFooter.vue @@ -96,7 +96,7 @@ const linkColumnHeight = computed(() => ({
diff --git a/frontend/src/components/VHeader/VHeaderInternal.vue b/frontend/src/components/VHeader/VHeaderInternal.vue index 8ebe34c0109..8c430cf76db 100644 --- a/frontend/src/components/VHeader/VHeaderInternal.vue +++ b/frontend/src/components/VHeader/VHeaderInternal.vue @@ -79,7 +79,7 @@ watch(route, () => { ref="nodeRef" class="main-header z-30 flex h-20 w-full items-stretch justify-between gap-x-2 border-b border-tx px-2 py-4 md:py-4 lg:pe-10 lg:ps-6" > - +