This commit is contained in:
syuilo
2018-09-27 13:54:53 +09:00
parent df6c9b1a1c
commit 76a25917c0
3 changed files with 2 additions and 6 deletions

View File

@ -264,9 +264,9 @@ export default Vue.extend({
border-bottom-right-radius 6px
&:hover
background var(--footerButtonHover)
box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.05)
&:active
background var(--footerButtonActive)
box-shadow 0 0 0 100px inset rgba(0, 0, 0, 0.1)
</style>