Styling depends on order and header style overriding default

0 votes
asked Feb 23, 2023 in Bug by chris (2,820 points)

Looking at transparent header text, unless you specify the class style AFTER the header style, the class text is transparent too.

With just header style:

With prior or no class style

With follow up class style:

with following class style

commented Aug 20, 2024 by chris (2,820 points)

The first image has a style that specifies the Class text should be black, so the style is not correctly applied when written like this:

class {
    FontColor black
}
header {
    FontColor transparent
}

The class should never have transparent text with this styling, it's explicitly supposed to be black text, AND the transparent style is explicitly not targeting a class.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...