We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a03da commit 0f1a0e1Copy full SHA for 0f1a0e1
lib/VueFinalModal.vue
@@ -33,7 +33,7 @@
33
<div
34
v-show="visibility.modal"
35
ref="vfmContainer"
36
- class="vfm__container vfm--absolute vfm--inset"
+ class="vfm__container vfm--absolute vfm--inset vfm--outline-none"
37
:class="[classes, { 'vfm--cursor-pointer': clickToClose }]"
38
:aria-expanded="visibility.modal.toString()"
39
role="dialog"
@@ -314,6 +314,9 @@ export default {
314
.vfm--cursor-auto {
315
cursor: auto;
316
}
317
+.vfm--outline-none:focus {
318
+ outline: none;
319
+}
320
.vfm-enter-active,
321
.vfm-leave-active {
322
transition: opacity 0.2s;
0 commit comments