mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(header): removed border from last toolbar when using collapsible large title (#22891)
resolves #22777 BREAKING CHANGE: The last toolbar in the header with a collapsible large title no longer has a border.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
.header-translucent-ios ion-toolbar {
|
||||
--opacity: .8;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Disable the saturation otherwise it distorts the content
|
||||
* background color when large header is not collapsed
|
||||
@@ -56,10 +56,14 @@
|
||||
*/
|
||||
.header-collapse-condense ion-toolbar {
|
||||
--background: var(--ion-background-color, #fff);
|
||||
|
||||
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.header-collapse-condense ion-toolbar:last-of-type {
|
||||
--border-width: 0px;
|
||||
}
|
||||
|
||||
.header-collapse-condense ion-toolbar ion-searchbar {
|
||||
height: 48px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user