As designed Template red title (not saved status) issue when using multi-rule SP

refael

Well-known member
Just to be clear, this is what I'm talking about;

status.webp
This should indicate that the template was edited but not saved yet.
I noticed that when I edit a template and use style properties, after saving it still show 'not saved' status.
It only happens with multi-rule style properties, try to add that to a template and save
HTML:
.testClass
{
    @panelScroller
}
 
Strictly, the indicator tells you that what you have in the text box is different than what you'd get when you reload the page. Which is true here, because the property would be expanded.

So this is expected if you enter a property like that.
 
Top Bottom