Skip to content

Commit f74de41

Browse files
author
罗茜
committed
fix: fix the icon focus border hidden
1 parent b3dae43 commit f74de41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ export default defineComponent({
3939
width: 100%;
4040
height: 100vh;
4141
}
42+
:focus-visible {
43+
outline: none;
44+
}
4245
</style>

0 commit comments

Comments
 (0)