Skip to content

Add `farthest-side` to fix needs-attention badge circle

CodedOre requested to merge (removed):attention-badge into main

While testing my "unread-items" implementation from libhandy (libhandy!733 (closed)), I noticed that the needs-attention badge on libadwaita is pretty square:

box-badge

So, this MR just adds the farthest-side argument, as seen in the GTK css, to make the badge round again:

attention-circle

It's also restores that one page one the ViewSwitcher Demo is set to need attention.

Merge request reports