Forums
(@egiluggerud)
5 years, 12 months ago
The square only occurs in Chrome and can be removed with the following CSS:
.nav-toggle:focus{ outline: 0; }
Keep in mind that it is not recommended practice to remove the square as it reduces the accessibility for certain users.