outline fixes

This commit is contained in:
Freeplay 2023-04-28 23:26:19 -04:00
parent ca68d4fd28
commit 5e01581d06
2 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,7 @@ defineExpose({
} }
.root { .root {
outline: none;
&.dialog { &.dialog {
> .content { > .content {
position: fixed; position: fixed;

View File

@ -7,6 +7,7 @@
v-bind="Object.fromEntries(currentPageProps)" v-bind="Object.fromEntries(currentPageProps)"
tabindex="-1" tabindex="-1"
v-focus v-focus
style="outline: none;"
/> />
<template #fallback> <template #fallback>