mc-hidden not working

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
okonvick
Propeller Head
Posts: 27
Joined: Mon Jan 12, 2015 6:19 am

mc-hidden not working

Post by okonvick »

I have several styles that I would like to hide from the Styles sidebar in Flare. My understanding is that the way to go is adding mc-hidden: hidden; to the corresponding selector. Say I have this:

Code: Select all

.note {
  color: red;
  mc-hidden: hidden;
}
Nothing happens, the style is still present in the sidebar. What could I be doing wrong?
ChoccieMuffin
Senior Propellus Maximus
Posts: 2632
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: mc-hidden not working

Post by ChoccieMuffin »

Just checking - have you included that in the medium that is being used in the XML Editor?
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
qtxasjo
Propeller Head
Posts: 37
Joined: Tue Oct 16, 2007 5:06 am
Location: Europe

Re: mc-hidden not working

Post by qtxasjo »

If I recall correctly, it is not possible to hide generic classes unfortunately. :(
NorthEast
Master Propellus Maximus
Posts: 6363
Joined: Mon Mar 05, 2007 8:33 am

Re: mc-hidden not working

Post by NorthEast »

Put in a bug report.

You can't hide generic classes from the styles list.

It's been broken for years, and drives me mad.
okonvick
Propeller Head
Posts: 27
Joined: Mon Jan 12, 2015 6:19 am

Re: mc-hidden not working

Post by okonvick »

Good replies for me :-) Since all of the usages of the style are within a <span> tag, I edited the style so that it is not generic (making .mystyle span.mystyle) and now, mc-hidden: hidden is working. Many thanks!
Post Reply