fix(searchbar): update padding and button alignment (#19532)

fixes #19502
This commit is contained in:
Brandy Carney
2019-10-02 12:23:23 -04:00
committed by GitHub
parent cdfd82a750
commit 77658e61cc
2 changed files with 29 additions and 15 deletions

View File

@ -38,7 +38,7 @@
// --------------------------------------------------
:host(.toolbar-searchbar) .toolbar-container {
@include padding(0);
@include padding(0, null);
}
// TODO - important is needed because searchbar is scoped
@ -47,12 +47,14 @@
height: 52px !important;
padding-top: 1px !important;
padding-right: 16px !important;
padding-bottom: 15px !important;
padding-left: 16px !important;
/* stylelint-enable */
}
:host(.toolbar-searchbar) ::slotted(ion-buttons) {
align-self: start;
}
// iOS Toolbar Slot Placement
// --------------------------------------------------