diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
| commit | f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch) | |
| tree | e48e372ddaac8514cada36f165bf921f313971a4 /src/client/components/ui/button.vue | |
| parent | Fix bug (diff) | |
| download | sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2 sharkey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip | |
wip
Diffstat (limited to 'src/client/components/ui/button.vue')
| -rw-r--r-- | src/client/components/ui/button.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/components/ui/button.vue b/src/client/components/ui/button.vue index 5264224c18..15289c820e 100644 --- a/src/client/components/ui/button.vue +++ b/src/client/components/ui/button.vue @@ -124,7 +124,6 @@ export default Vue.extend({ &.primary { color: #fff; background: var(--accent); - box-shadow: 0 6px 16px var(--accentShadow); &:not(:disabled):hover { background: var(--jkhztclx); |