Remove jarring touch animation for navbar buttons on mobile

This commit is contained in:
Laura Hausmann 2023-10-04 15:21:25 +02:00
parent 48d5595639
commit 412aa96c95
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -671,12 +671,6 @@ console.log(mainRouter.currentRoute.value.name);
transition: background 0.6s;
color: var(--fg);
&:active {
background-color: var(--panelHighlight);
background-size: 100%;
transition: background 0.1s;
}
> .button-wrapper {
display: inline-flex;
justify-content: center;