From baabe5719a84369c4d1ed47b076cc34ea26da7e0 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 10 Mar 2020 11:17:40 -0400 Subject: [PATCH] collapsable toolbar should have same bg as content --- core/src/components/header/header.ios.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/src/components/header/header.ios.scss b/core/src/components/header/header.ios.scss index e401c1bef91..edc68496854 100644 --- a/core/src/components/header/header.ios.scss +++ b/core/src/components/header/header.ios.scss @@ -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; }