From 4b37d19f651b6c0a5135750228fb4db228ae1fac Mon Sep 17 00:00:00 2001 From: Sma11X <540351143@qq.com> Date: Wed, 23 Aug 2023 18:32:59 +0800 Subject: [PATCH] fix: change status focus style (#2356) --- components/status/StatusLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusLink.vue b/components/status/StatusLink.vue index 613042e5..5168edeb 100644 --- a/components/status/StatusLink.vue +++ b/components/status/StatusLink.vue @@ -37,7 +37,7 @@ function go(evt: MouseEvent | KeyboardEvent) { p="b-2 is-3 ie-4" :class="{ 'hover:bg-active': hover }" tabindex="0" - focus:outline-none focus-visible:ring="2 primary" + focus:outline-none focus-visible:ring="2 primary inset" aria-roledescription="status-card" :lang="status.language ?? undefined" @click="onclick"