Re: Descendent selector issue

2018-06-02 Thread Harbs
gt; May I remind that the space between two selectors *is* significant. >> >> Hope this helps >> >> Nicolas Granon >> >> >> >>> -Message d'origine- >>> De : Harbs [mailto:harbs.li...@gmail.com] >>> Envoyé :

Re: Descendent selector issue

2018-06-01 Thread Alex Harui
; > May I remind that the space between two selectors *is* significant. > > Hope this helps > > Nicolas Granon > > > >> -Message d'origine- >> De : Harbs [mailto:harbs.li...@gmail.com] >> Envoyé :

Re: Descendent selector issue

2018-06-01 Thread Harbs
o selectors *is* significant. > > Hope this helps > > Nicolas Granon > > > >> -Message d'origine- >> De : Harbs [mailto:harbs.li...@gmail.com] >> Envoyé : vendredi 1 juin 2018 10:40 >> À : dev@royale.apache.org >> Objet : Desc

Re: Descendent selector issue

2018-06-01 Thread Andrew Wetmore
Am I seeing a space here before the period? TitleBar .TitleBarTitle Would that cause the bad behavior? On Fri, Jun 1, 2018 at 5:40 AM, Harbs wrote: > TitleBar has the following CSS in defaults: > > TitleBar .TitleBarTitle { > font-weight: bold; > padding: 0; > margin: 0

RE: Descendent selector issue

2018-06-01 Thread Idylog - Nicolas Granon
May I remind that the space between two selectors *is* significant. Hope this helps Nicolas Granon > -Message d'origine- > De : Harbs [mailto:harbs.li...@gmail.com] > Envoyé : vendredi 1 juin 2018 10:40 > À : dev@royale.apache.org > Objet : Descendent selector iss

Descendent selector issue

2018-06-01 Thread Harbs
TitleBar has the following CSS in defaults: TitleBar .TitleBarTitle { font-weight: bold; padding: 0; margin: 0; } This seems to cause the CSS to be always output even if TitleBar is not used. Interestingly, the following CSS ToggleTextButton.selected { background-