MOBILE-3833 style: Remove back text from back button on iOS

main
Pau Ferrer Ocaña 2022-02-23 15:29:11 +01:00
parent 2fd8a72f39
commit daf4090ac6
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ ion-header {
--ion-toolbar-color: var(--core-header-toolbar-color);
--border-radius: var(--huge-radius);
}
ion-back-button::part(text) {
display: none;
}
.button.button-clear,
.button.button-solid {