Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha6, 1.0.0-RC1, 1.0.0-RC2
-
Component/s: frontend
-
Labels:
Description
Currently the styling on the button for the user menu in the header (and possibly elsewhere!) resets outline: none. This will also reset the outline for a focussed button element, so there will be no visual clue indicating to the user the button is focussed, thus making non-focussed and focussed states indistinguishable.
The reset of the focus should not affect the focus state, therefore the above mentioned rule should be removed completely. If this gives us a problem, we need to further discuss this, and just reset the states we actually want to reset in a more specific manner.