Steps to reproduce:
- Take any Phorge page (the current one will suffice)
- Press Tab to navigate links using keyboard
Expected behavior
Links should have an outline indicating the currently active link.
Actual behavior
They have none.
Technical details
Phorge currently has a style that removes outlines with outline-style: none; for unclear reasons.
a { outline-style: none; text-decoration: none; color: {$anchor}; cursor: pointer; }