ボタンきらきら

This commit is contained in:
nullnyat 2022-02-08 00:33:05 +09:00
parent 081a312132
commit 7532e44d37
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

View File

@ -146,14 +146,16 @@ export default defineComponent({
line-height: 22px; line-height: 22px;
box-shadow: none; box-shadow: none;
text-decoration: none; text-decoration: none;
background: var(--buttonBg); background: none;
border: solid 2px var(--accent);
border-radius: 5px; border-radius: 5px;
overflow: clip; overflow: clip;
box-sizing: border-box; box-sizing: border-box;
transition: background 0.1s ease; transition: background 0.1s ease;
&:not(:disabled):hover { &: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 { &:not(:disabled):active {