File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 302
302
}
303
303
304
304
.button {
305
- @apply inline-flex items-center rounded cursor-pointer focus:outline-none focus:ring focus-within :ring;
305
+ @apply inline-flex items-center rounded cursor-pointer focus-visible :outline-none focus-visible :ring has-[ : focus- v is ible] : ring;
306
306
}
307
307
308
308
.core-button {
309
309
@apply core-button-shape;
310
310
@apply cursor-pointer;
311
311
@apply outline-none;
312
- @apply focus:ring focus-within :ring;
312
+ @apply focus-visible :ring has-[ : focus- v is ible] : ring;
313
313
@apply bg-layer;
314
314
@apply disabled:bg-layer-disabled ui-disabled:bg-layer-disabled;
315
315
@apply disabled:text-layer-disabled ui-disabled:text-layer-disabled;
373
373
}
374
374
375
375
.sidebar-link {
376
- @apply flex items-center justify-between rounded px-2 py-1 hover:bg-layer-hover focus:outline-none focus:ring;
376
+ @apply flex items-center justify-between rounded px-2 py-1 hover:bg-layer-hover focus-visible :outline-none focus-visible :ring;
377
377
}
378
378
}
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ export default defineComponent({
30
30
</script >
31
31
32
32
<template >
33
- <a v-if =" isExternal" :href =" toExternal" rel =" noopener noreferrer" target =" _blank" class =" cursor-pointer outline-none focus:ring" >
33
+ <a v-if =" isExternal" :href =" toExternal" rel =" noopener noreferrer" target =" _blank" class =" cursor-pointer outline-none focus-visible :ring" >
34
34
<slot />
35
35
</a >
36
- <NuxtLink v-else :to =" toInternal" class =" cursor-pointer outline-none focus:ring" >
36
+ <NuxtLink v-else :to =" toInternal" class =" cursor-pointer outline-none focus-visible :ring" >
37
37
<slot />
38
38
</NuxtLink >
39
39
</template >
You can’t perform that action at this time.
0 commit comments