File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,8 @@ ion-app.app-root {
406406 .item .item-button [icon-only ] {
407407 height : 2.8em ;
408408 font-size : 1.6rem ;
409- padding : 0 3px ;
409+ padding : 8px 11px ;
410+ margin : 0 ;
410411 }
411412
412413 // Ionic fix. Button can occupy all page if not.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h2 *ngIf="!editMode">{{fileName}}</h2>
1212 < ion-input type ="text " name ="filename " [placeholder] ="'core.filename' | translate " autocapitalize ="none " autocorrect ="off " (click) ="$event.stopPropagation() " [core-auto-focus] [(ngModel)] ="newFileName " *ngIf ="editMode "> </ ion-input >
1313
1414 < div class ="buttons " item-end *ngIf ="manage ">
15- < button *ngIf ="!editMode " ion-button icon-only clear (click ) ="activateEdit($event) " [attr.aria-label] ="'core.edit' | translate " color ="dark ">
15+ < button *ngIf ="!editMode " ion-button icon-only clear [core-suppress-events] (onClick ) ="activateEdit($event) " [attr.aria-label] ="'core.edit' | translate " color ="dark ">
1616 < ion-icon name ="create " ios ="md-create "> </ ion-icon >
1717 </ button >
1818
You can’t perform that action at this time.
0 commit comments