defined class shows up as undefined style in report

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
pdenchfield
Propellus Maximus
Posts: 574
Joined: Tue Oct 03, 2006 7:56 am
Location: Seattle, WA
Contact:

defined class shows up as undefined style in report

Post by pdenchfield »

Hi, the report I ran for undefined styles lists a defined style. Anyone know why? Wondering if it has to do with being a class?

Undefined Styles report:

Undefined Style (selector): MadCap|dropDown.basics
File: Content/Topic-template.htm


Style definition in CSS:

Code: Select all

MadCap|dropDown.basics
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpenOrange.png');
}
vidyasunder
Jr. Propeller Head
Posts: 1
Joined: Tue Dec 01, 2020 3:27 pm

Re: defined class shows up as undefined style in report

Post by vidyasunder »

Hi Pamela,

Did you get this working? I have the same thing happening in my project. Styles that have been defined in the stylesheet are showing up as undefined.

Thanks,
Vidya
aneedell
Propeller Head
Posts: 40
Joined: Tue Jun 19, 2012 10:33 am

Re: defined class shows up as undefined style in report

Post by aneedell »

I am seeing the same thing (Flare 2020 r2). The Undefined Styles list appears to list all of my styles, and even shows a separate entry for every instance in which they are used. I am wondering if it is because I have a 'master' css that includes multiple @import statements; the 'master' css does not define any styles. Maybe Analyzer doesn't look at the imported css files?
Post Reply