Skip to content

Commit

Permalink
Force core-toolbar/core-header to be transparent
Browse files Browse the repository at this point in the history
Because core-toolbar now has a default background (aa8b336327958382adcae3dcfc43a9cf27292ebc) it breaks `core-scroll-header-panel` because the background color was previously transparent (Polymer/polymer#576). This change forces the content inside of `#headerContent` (either `core-toolbar` or `.core-header`) to be transparent.
  • Loading branch information
robdodson committed Jun 29, 2014
1 parent 2fee84c commit bac43c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core-scroll-header-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

#condensedHeaderBg {
opacity: 0;
}
}

#headerContent::content > * {
background: transparent;
}

0 comments on commit bac43c4

Please sign in to comment.