MOBILE-3833 style: Remove back text from back button on iOS
parent
2fd8a72f39
commit
daf4090ac6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue