fix: remove focus-after class on nav items (#1514)
this broke the navigation animation, so let's remove it for now
This commit is contained in:
parent
0df6552f83
commit
8648bb0ad2
|
@ -1,4 +1,4 @@
|
||||||
<a class='main-nav-link focus-after {selected ? "selected" : ""}'
|
<a class='main-nav-link {selected ? "selected" : ""}'
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
aria-current={selected}
|
aria-current={selected}
|
||||||
on:click="onClick(event)"
|
on:click="onClick(event)"
|
||||||
|
|
Loading…
Reference in New Issue