Page MenuHomePhorge

Removed Comments: User Badges are also too visible impactful
Closed, ResolvedPublic

Description

Thanks to the fact that now deleted comments are less impactful, I noticed one corner case: if the User has a badge, also the badge needs to be less impactful.

For example here, look at the orange Badge under my icon:

BeforeProposed
Phorge Removed Comments User Badges after.png (169×377 px, 24 KB)
Phorge Removed Comments User Badges before.png (169×377 px, 24 KB)

I still need to think about this a bit, but probably the proposed change is to just introduce this CSS rule:

.phui-timeline-shell-removed .phui-timeline-badges {
  opacity: 0.5;
}