Jump to content
  • Status: Pending

Not really sure, but should notifications texts stay bold, after you have read them?
When you compair it to read messages, those are not bold anymore when you have read them.

In 4.7 there also where not bold after reading them?

User Feedback

Recommended Comments

Marc

Invision Community Team

When you click notificatins to show the notification list, it will show them bold still until you have actually gone in and read the topic

Moestuin

Clients

After clicking them and then read the topic, and then go back to notifications, there still bold.
Happens here on the site aswell.

2 hours ago, Marc said:

until you have actually gone in and read the topic

This part does not seem to work.


Moestuin

Clients

I have temporarily adjusted this, still getting a lot of member complaining about it:

.ipsData__item--notification[data-ips-read] .ipsData__title a {
    font-weight: 500;
}

to:

.ipsData__item--notification[data-ips-read] .ipsData__title a {
    font-weight: normal;
}