Skip to content

stylesheet: Remove focus ring from labels

Alice Mikhaylenko requested to merge wip/exalm/label-focus into main

If a label is focusable, it either has selectable text or links. In the first case we end up with selection + focus ring, in the second one 2 focus rings.

Fixes #244 (closed)


GTK3

Screenshot_from_2021-08-04_13-43-08

Before

Screenshot_from_2021-08-04_13-43-00

After

Screenshot_from_2021-08-04_13-45-31

Merge request reports