googlearchive / core-toolbar

Basic toolbar
7 stars 10 forks source link

.toolbar-tools's height need to be inherit. #15

Open zonito opened 9 years ago

zonito commented 9 years ago

If I need to change height of toolbar, In current scenario - we need to address 2 targets.

core-toolbar,
core-toolbar /deep/ .toolbar-tools {
  height: 50px;
}

its better to go with inherit.

ssorallen commented 9 years ago

If you use the "tall" size and have only a single bar, that single bar goes from 64px to the full height of the tall bar. "tall" is meant be 3 x .toolbar-tools height whiile .toolbar-tools stays the same height.

This will change the functionality of .tall and .medium-tall.