diff --git a/frontend/src/components/VAudioTrack/VAudioTrack.vue b/frontend/src/components/VAudioTrack/VAudioTrack.vue index ff93e3f21e3..85ac771c94f 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 3f7ab691604..d669f861801 100644 --- a/frontend/src/components/VBanner/VNotificationBanner.vue +++ b/frontend/src/components/VBanner/VNotificationBanner.vue @@ -66,7 +66,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 9a9bb6d756e..32debaa1a30 100644 --- a/frontend/src/components/VButton.vue +++ b/frontend/src/components/VButton.vue @@ -227,7 +227,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 04b9e31193d..fc24cd1a28c 100644 --- a/frontend/src/components/VFooter/VFooter.vue +++ b/frontend/src/components/VFooter/VFooter.vue @@ -98,7 +98,7 @@ const linkColumnHeight = computed(() => ({
diff --git a/frontend/src/components/VHeader/VHeaderInternal.vue b/frontend/src/components/VHeader/VHeaderInternal.vue index e4e43bb0f56..0c80ea3f77d 100644 --- a/frontend/src/components/VHeader/VHeaderInternal.vue +++ b/frontend/src/components/VHeader/VHeaderInternal.vue @@ -82,7 +82,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" > - +