fix(toolbar): MD height only applies to MD segment (#26042)

resolves #18617

Co-authored-by: brandyscarney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Liam DeBeasi
2022-10-10 09:19:13 -05:00
committed by GitHub
parent 01ac2f80a4
commit ab8967936c
6 changed files with 42 additions and 10 deletions

View File

@ -27,15 +27,6 @@
max-width: 100%;
}
// Toolbar: Segment
// --------------------------------------------------
::slotted(ion-segment) {
min-height: var(--min-height);
}
// Material Design Toolbar Buttons
// --------------------------------------------------