Skip to content

Fix menu bar item unread/mention indicator going behind icon when unselected.

Fix menu bar item unread/mention indicator going behind icon when unselected.

When the menu bar item is not active, the icon SVG is set to opacity: 0.45 which creates a new stacking context and puts it in front of the absolutely positioned indicator.

We can just move the indicator below the item to make it lower in the source order to make it appear above that stacking context from the icon

Before After
Edited by Eric Eastwood

Merge request reports