diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/ui/button.vue | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/ui/button.vue b/src/client/app/common/views/components/ui/button.vue index 47644b32b5..b29f8bb1c9 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 |