XF 1.2 Banned members have line through their name

Blue

Well-known member
I just noticed that banned members have a line through their name. Is there a way to turn it off?
 
Code:
.banned {
  text-decoration: none !important;
}

That should do it. However, it's only shown to those with the By-pass privacy permission.
 
Thanks but I really don't want the members to see it. Only Moderators and I have by-pass privacy enabled and it doesn't matter for us.
 
Top Bottom