diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-03 02:46:58 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-03 02:46:58 +0900 |
| commit | 9cab659392a6ff9bacdc95742d4ff423c843b73f (patch) | |
| tree | e958767b0f5589282a2720d58cfb26779de445c8 /src/client/widgets | |
| parent | :art: (diff) | |
| download | sharkey-9cab659392a6ff9bacdc95742d4ff423c843b73f.tar.gz sharkey-9cab659392a6ff9bacdc95742d4ff423c843b73f.tar.bz2 sharkey-9cab659392a6ff9bacdc95742d4ff423c843b73f.zip | |
:art:
Diffstat (limited to 'src/client/widgets')
| -rw-r--r-- | src/client/widgets/aiscript.vue | 2 | ||||
| -rw-r--r-- | src/client/widgets/memo.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/widgets/aiscript.vue b/src/client/widgets/aiscript.vue index 2ea6d09ff5..aaf0a0372e 100644 --- a/src/client/widgets/aiscript.vue +++ b/src/client/widgets/aiscript.vue @@ -125,7 +125,7 @@ export default defineComponent({ box-sizing: border-box; font: inherit; - &:focus { + &:focus-visible { outline: none; } } diff --git a/src/client/widgets/memo.vue b/src/client/widgets/memo.vue index 13ab628f24..3f11e6409e 100644 --- a/src/client/widgets/memo.vue +++ b/src/client/widgets/memo.vue @@ -81,7 +81,7 @@ export default defineComponent({ font: inherit; font-size: 0.9em; - &:focus { + &:focus-visible { outline: none; } } |