diff --git a/frontend/src/assets/main.scss b/frontend/src/assets/main.scss index 81a43346..f41b9182 100644 --- a/frontend/src/assets/main.scss +++ b/frontend/src/assets/main.scss @@ -87,6 +87,12 @@ a button:focus-visible { box-shadow: none; } +div:focus-visible { + outline: 0 none; + box-shadow: inset 0px 0px 0 0.2rem #a6d5fa; + border-radius: inherit; +} + .wrap-block { display: inline-block; overflow-wrap: break-word; diff --git a/frontend/src/components/common/ShareButton.vue b/frontend/src/components/common/ShareButton.vue index 5998afa1..cac9013e 100644 --- a/frontend/src/components/common/ShareButton.vue +++ b/frontend/src/components/common/ShareButton.vue @@ -1,15 +1,10 @@