Button, ToggleButton - Button does not show border on hover when it is focused
mpe85 opened this issue · 1 comments
mpe85 commented
When a button is focused and the mouse is moved over it, the button border is not displayed.
With the toggle button, however, this works.
Border is shown on hover if button is not focused
Border is not shown on hover if button is focused
I'd expect the border to be shown in both cases. Is this by design or is it a bug?
How can the button be configured so that the border is also shown when it is focused?