Merge pull request #8055 from opf/fix/32205-Work-package-Save-button-should-be-blue

[32205] Work package Save button should be blue as all other save buttons in the application
pull/8060/head
Henriette Dinger 5 years ago committed by GitHub
commit 20a8513f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/modules/common/edit-actions-bar/wp-edit-actions-bar.html

@ -1,7 +1,7 @@
<div class="work-packages--edit-actions">
<button
id="work-packages--edit-actions-save"
class="button -alt-highlight"
class="button -highlight"
accesskey="3"
[disabled]="saving"
(click)="save()">

Loading…
Cancel
Save