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:
Nolan Lawson 2019-09-22 16:20:20 -07:00 committed by GitHub
parent 0df6552f83
commit 8648bb0ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<a class='main-nav-link focus-after {selected ? "selected" : ""}'
<a class='main-nav-link {selected ? "selected" : ""}'
aria-label={ariaLabel}
aria-current={selected}
on:click="onClick(event)"