XF 2.2 'Watched' icon change doesn't work on "Expanded" Display Style

Dragonfruit

Well-known member
Hi,
Adding this to extras.less:

Code:
.structItem-status--watched::before {
   content: '\f14a';
}

Changes the 'watched' icon properly for normal forums and forums using "Preview" display style, but I can't seem to get it changed if the forum is set to "Expanded", is there a work around?
 
Top Bottom