You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dim dirty tab bullet on inactive tabs in CTabFolderRenderer
The dirty indicator bullet inherited the tab text foreground color, which
only varies between selected and unselected tabs in dark themes via CSS.
In light themes the bullet looked identical on active and inactive tabs.
Apply a reduced alpha (140) when drawing the bullet on unselected tabs so
the active/inactive distinction works in any theme without CSS changes.
Fixes#3278
0 commit comments