Skip to content

Commit

Permalink
Make allele edit "clear" button blue not grey
Browse files Browse the repository at this point in the history
Refs #2758
  • Loading branch information
kimrutherford committed Feb 28, 2024
1 parent a21cf4c commit b8b5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/static/ng_templates/allele_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h4 class="modal-title">
</div>

<div class="modal-footer">
<button class="btn btn-secondary curs-allele-edit-clear-name" ng-click="clearExisting()"
<button class="btn btn-primary curs-allele-edit-clear-name" ng-click="clearExisting()"
ng-if="!!alleleData.external_uniquename"
title="Clear dialog to enter new details or to find a different allele from the {{databaseName}} database">Clear</button>

Expand Down

0 comments on commit b8b5856

Please sign in to comment.