From 094d873f2e7dbcc6c250260d21524afb15cca47f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:20:49 +0900 Subject: [PATCH] wip --- src/client/app/common/views/components/ui/button.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/client/app/common/views/components/ui/button.vue b/src/client/app/common/views/components/ui/button.vue index 47644b32b..b29f8bb1c 100644 --- a/src/client/app/common/views/components/ui/button.vue +++ b/src/client/app/common/views/components/ui/button.vue @@ -45,6 +45,18 @@ export default Vue.extend({ outline none box-shadow none + &:focus + &:after + content "" + pointer-events none + position absolute + top -5px + right -5px + bottom -5px + left -5px + border 2px solid var(--primaryAlpha03) + border-radius 10px + &:not(.inline) + .dmtdnykelhudezerjlfpbhgovrgnqqgr margin-top 16px