Remove jarring touch animation for navbar buttons on mobile
This commit is contained in:
parent
48d5595639
commit
412aa96c95
1 changed files with 0 additions and 6 deletions
|
|
@ -671,12 +671,6 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
transition: background 0.6s;
|
transition: background 0.6s;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
&:active {
|
|
||||||
background-color: var(--panelHighlight);
|
|
||||||
background-size: 100%;
|
|
||||||
transition: background 0.1s;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .button-wrapper {
|
> .button-wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue