XF 2.0 Hide unselectable styles

[xFv]

Well-known member
Back in XF1, there was a css code to hide the unselectables styles like this:
Code:
.unselectable
{
    display: none;
}

Is there a way to do this in XF2?
 
All disabled styles are hidden from all but the admin as @Brogan explained, so you do not need to hide them in extra.less

I am still hopeing it will be the same for languages soon :)
 
Top Bottom