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/components/note.vue | |
| parent | :art: (diff) | |
| download | misskey-9cab659392a6ff9bacdc95742d4ff423c843b73f.tar.gz misskey-9cab659392a6ff9bacdc95742d4ff423c843b73f.tar.bz2 misskey-9cab659392a6ff9bacdc95742d4ff423c843b73f.zip | |
:art:
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 9fa986836d..3b07884cee 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -888,7 +888,7 @@ export default defineComponent({ //content-visibility: auto; //contain-intrinsic-size: 0 128px; - &:focus { + &:focus-visible { outline: none; &:after { |