Desktop: top icon button outline is cut off #27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On desktop, the outline of the top icon button (in the sidebar/navbar header) is cut off — part of the focus/outline ring is clipped instead of being fully visible around the button.
Steps to reproduce
Expected: the outline is fully visible around the button.
Actual: the outline is clipped, likely by an ancestor with
overflow: hiddenor insufficient padding.