Skip to content

Commit

Permalink
collapsable toolbar should have same bg as content
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Mar 10, 2020
1 parent 7d260b9 commit 3941e1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/components/header/header.ios.scss
Expand Up @@ -50,7 +50,12 @@
z-index: 1;
}

/**
* Large title toolbar should just use the content background since it needs
* to blend in with the header above it.
*/
.header-collapse-condense ion-toolbar {
--background: var(--ion-background-color, #fff);
z-index: 0;
}

Expand Down

0 comments on commit 3941e1c

Please sign in to comment.