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?
 
If styles are not available to regular members, they don't need to be hidden.

Only administrators have access to all styles.
 
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 :)
 
Back
Top Bottom