Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-alpha9, 1.0.0-RC2
-
Component/s: frontend
-
Labels:None
Description
As an Operator...
given
I click on a dropdown option
when
I keep the mouse pressed and move outside of the dropdown
then
the pointer (small triangle in the top right corner) of the dropdown does show the default color and not the one defined in it's :active selector.
Hint:
- behaviour of the :active selector is different for the button itself and its :before/:after selector in Chrome as well as in Firefox.
- The
corners of the active selector also need to be round.