You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to give a heads up. In Chrome, after pressing the hamburger, a focus border shows up. See image.
To fix: .hamburger:focus { outline: 0; }
The text was updated successfully, but these errors were encountered:
I just wanted to give a heads up. In Chrome, after pressing the hamburger, a focus border shows up. See image.
To fix:
.hamburger:focus { outline: 0; }
The text was updated successfully, but these errors were encountered: