From bad780ce96cf73716bfb3818b69400707542b610 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 4 Mar 2018 18:27:22 +0900 Subject: [PATCH] :art: --- src/web/app/common/views/components/switch.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/web/app/common/views/components/switch.vue b/src/web/app/common/views/components/switch.vue index ffbab843e..cfc2f38e2 100644 --- a/src/web/app/common/views/components/switch.vue +++ b/src/web/app/common/views/components/switch.vue @@ -133,6 +133,18 @@ export default Vue.extend({ opacity 0 margin 0 + &:focus + .button + &:after + content "" + pointer-events none + position absolute + top -5px + right -5px + bottom -5px + left -5px + border 2px solid rgba($theme-color, 0.3) + border-radius 14px + > .button display inline-block margin 0