Possible bug with ui-widget-header

Possible bug with ui-widget-header


Hi,
Really like the new UI builder.
I notice that the text colour for a link (<a>) in a .ui-widget-header
does not get set if the .ui-widget-header is inside a .ui-widget-
content.
So
    <div class="ui-widget-header ui-corner-top"><a href="#">Link Heading</
a>-Non Link Heading</div>
        <div class="ui-widget-content ui-corner-bottom">
        <div>
            

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam.
            Integer ut neque. Vivamus nisi metus, molestie vel, gravida in,
            condimentum sit amet, nunc.


        </div>
    </div>
Looks correct but putting that in a box (with a margin) e.g.
<div class="ui-widget-content ui-corner-all" style="padding: 4px;">
....
</div>
Changes the link text to the colour of ui-widget-content
If you move line 16 of ui.theme.css (jQuery UI 1.6rc6)
.ui-widget-header a
definition down 2 lines to after the
.ui-widget-content a
Then it all looks well.
Is that something that should be changed?
Regards,
Mick