On Saturday, March 10, 2018 at 5:45:19 AM UTC-6, Edward K. Ream wrote:

> I'll experiment with support for @data additional-style-sheet.
> The body would be a style sheet that...would be tacked on to whatever 
stylesheet is *already* in effect.

Hmm.  Qt stylesheets do not cascade properly, and maybe not at all. 
Appending css for QWidget changes more specific css that has already been 
defined.  It's a bug, but it can never be changed and we must work around 
it.

So perhaps there should be two new style sheets:

    @data prepend-style-sheet
    @data append-style-sheet

Using @data prepend-style-sheet would typically be safer, but Chris George 
points out that @data append-style-sheet does have its uses.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to