Renders differently on chrome. The "Application" toolbar has no default color, but chrome and safari seem to inherit this style:
The demo page adds style="background-color: #526E9C; color: #fff;" in the core-toolbar tag, which corrects the style.
But why is it necessary to add this element here?
The core-scaffold example code on polymer core-scaffold page
Renders differently on chrome. The "Application" toolbar has no default color, but chrome and safari seem to inherit this style:
The demo page adds
style="background-color: #526E9C; color: #fff;"
in the core-toolbar tag, which corrects the style. But why is it necessary to add this element here?