Skip to content

Adwaita: Remove focus ring from labels

nana-4 requested to merge nana-4/gtk:no-focus-ring-on-label into master

Having a focus ring on labels doesn't make much sense because:

  1. Focused labels already have a caret, which indicates the focus state.
  2. Unlike buttons or links, focused labels cannot be activated when you press Enter.

Also, not having a focus ring on labels is in line with the GTK3 behavior.

Instead of regular labels, only links should have a focus ring.

Merge request reports