outline fixes
This commit is contained in:
parent
ca68d4fd28
commit
5e01581d06
|
@ -490,6 +490,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.root {
|
||||
outline: none;
|
||||
&.dialog {
|
||||
> .content {
|
||||
position: fixed;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
v-bind="Object.fromEntries(currentPageProps)"
|
||||
tabindex="-1"
|
||||
v-focus
|
||||
style="outline: none;"
|
||||
/>
|
||||
|
||||
<template #fallback>
|
||||
|
|
Loading…
Reference in New Issue