Skip to content

Commit

Permalink
2.4.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriffenjohn committed Apr 5, 2018
1 parent 4416c2f commit f1524ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modaldialog/modaldialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ModaldialogComponent implements OnInit {
<p>Ändringarna går förlorade om du inte sparar dem</p>
</vgr-modal-content>
<vgr-modal-footer>
<vgr-button [secondary]="true" (click)="doSomething()">Spara</vgr-button>
<vgr-button [secondary]="true" >Spara</vgr-button>
<vgr-button [secondary]="true" default="true" (click)="modalService.closeDialog('myModalId')">Avbryt</vgr-button>
</vgr-modal-footer>
</vgr-modal>`;
Expand Down
1 change: 1 addition & 0 deletions src/assets/partials/_components.textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
max-height: none;
padding: $margin--slim;
margin-left: -$margin--slim;
margin-right: -$margin--slim;
&-error--active & {
background-color: $secondary-color--error;
transition: background-color 0.3s linear;
Expand Down

0 comments on commit f1524ee

Please sign in to comment.