outline fixes
This commit is contained in:
parent
ca68d4fd28
commit
5e01581d06
|
@ -490,6 +490,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
|
outline: none;
|
||||||
&.dialog {
|
&.dialog {
|
||||||
> .content {
|
> .content {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue