1
0
This commit is contained in:
syuilo
2021-10-03 02:46:58 +09:00
parent dcd216daff
commit 9cab659392
18 changed files with 50 additions and 38 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export default defineComponent({
box-sizing: border-box;
font: inherit;
&:focus {
&:focus-visible {
outline: none;
}
}
+1 -1
View File
@@ -81,7 +81,7 @@ export default defineComponent({
font: inherit;
font-size: 0.9em;
&:focus {
&:focus-visible {
outline: none;
}
}