I pushed a change that should fix that. On 6/4/18, 1:40 AM, "Harbs" <[email protected]> wrote:
The following CSS:
TitleBar CloseButton
{
width: 16px;
height: 16px;
margin: 0px;
}
is output as:
.TitleBar CloseButton {
margin: 0px;
width: 16px;
height: 16px;
}
Instead of:
.TitleBar .CloseButton {
margin: 0px;
width: 16px;
height: 16px;
}
I think this is a bug.
Harbs
