mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
fix(back-button, breadcrumb, item): flip chevron icons on RTL (#24705)
This commit is contained in:
@ -212,7 +212,7 @@ export class Breadcrumb implements ComponentInterface {
|
||||
<span class="breadcrumb-separator" part="separator">
|
||||
<slot name="separator">
|
||||
{ mode === 'ios'
|
||||
? <ion-icon icon={chevronForwardOutline} lazy={false}></ion-icon>
|
||||
? <ion-icon icon={chevronForwardOutline} lazy={false} flip-rtl></ion-icon>
|
||||
: <span>/</span>
|
||||
}
|
||||
</slot>
|
||||
|
||||
Reference in New Issue
Block a user