diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:20:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:20:49 +0900 |
| commit | 094d873f2e7dbcc6c250260d21524afb15cca47f (patch) | |
| tree | b044fba186ab48a9eb3ffebc096c838bd6aa93a3 /src | |
| parent | wip (diff) | |
| download | misskey-094d873f2e7dbcc6c250260d21524afb15cca47f.tar.gz misskey-094d873f2e7dbcc6c250260d21524afb15cca47f.tar.bz2 misskey-094d873f2e7dbcc6c250260d21524afb15cca47f.zip | |
wip
Diffstat (limited to 'src')
| -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 |