refactor(back-button): convert to shadow component (#19411)

references #18899
This commit is contained in:
Adam Bradley
2019-11-14 13:39:35 -06:00
committed by Liam DeBeasi
parent b793214fe1
commit 0d40d3f3b7
5 changed files with 12 additions and 8 deletions

View File

@ -103,6 +103,11 @@ ion-toast-controller,
opacity: 0;
}
.can-go-back > ion-header ion-back-button {
display: block;
}
// Ionic Safe Margins
// --------------------------------------------------