mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(animations): back button and view animationsa (#13989)
* feat(animations): back button and view animations * chore(): remove unused css * fix(): fix unsaved css * fix(): hide back button when no history
This commit is contained in:
@@ -134,7 +134,7 @@ export class Button {
|
||||
<span class='button-inner'>
|
||||
<slot name='icon-only'></slot>
|
||||
<slot name='start'></slot>
|
||||
<slot></slot>
|
||||
<span class='button-text'><slot></slot></span>
|
||||
<slot name='end'></slot>
|
||||
</span>
|
||||
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true} /> }
|
||||
|
||||
Reference in New Issue
Block a user