From 7532e44d37ae32617f71bb23ed81cc87b03acdd2 Mon Sep 17 00:00:00 2001 From: nullnyat Date: Tue, 8 Feb 2022 00:33:05 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=8D=E3=82=89?= =?UTF-8?q?=E3=81=8D=E3=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/ui/button.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/ui/button.vue b/packages/client/src/components/ui/button.vue index c7b6c8ba9..9c9962410 100644 --- a/packages/client/src/components/ui/button.vue +++ b/packages/client/src/components/ui/button.vue @@ -146,14 +146,16 @@ export default defineComponent({ line-height: 22px; box-shadow: none; text-decoration: none; - background: var(--buttonBg); + background: none; + border: solid 2px var(--accent); border-radius: 5px; overflow: clip; box-sizing: border-box; transition: background 0.1s ease; &:not(:disabled):hover { - background: var(--buttonHoverBg); + text-shadow: -6px 0px 15px rgba(150, 204, 231, 0.83), + 6px 0px 15px rgba(150, 204, 231, 0.83); } &:not(:disabled):active {