I am using this to change the icons of the nodes. Where it uses a background image, and the read version just sets opacity of the same image to 0.5.
However, this doesn't work for sub nodes when they are enabled to show up because it works in reverse. Instead of there being an extra unread class, there's an extra read one.
.subNodeLink.subNodeLink--forum::before
and
.subNodeLink.subNodeLink--unread::before {
And whatever's in content or opacity of the normal (read) one will overwrite the unread one. So you can't set opacity to 0.5 in the normal one and 1.0 in the unread one.
However, this doesn't work for sub nodes when they are enabled to show up because it works in reverse. Instead of there being an extra unread class, there's an extra read one.
.subNodeLink.subNodeLink--forum::before
and
.subNodeLink.subNodeLink--unread::before {
And whatever's in content or opacity of the normal (read) one will overwrite the unread one. So you can't set opacity to 0.5 in the normal one and 1.0 in the unread one.