This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b31d1d65 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Make close button of exercise details less prominent

This makes it look like the other buttons
in the modal, i.e. with an outline and white background.
parent 45bd19d2
Branches
Tags
1 merge request!28Make close button of exercise details less prominent
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
</button> --> </button> -->
<div [ngbTooltip]="helpCommingSoon" placement="bottom"> <div [ngbTooltip]="helpCommingSoon" placement="bottom">
<button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary" <button *ngIf="exercise.type == exerciseType.COLLECTION" type="button" class="btn btn-outline-secondary"
style="display: block; margin-bottom: 5px;" style="display: block; margin-bottom: 5px;"
jhiTranslate="exercise.details.allExercises" jhiTranslate="exercise.details.allExercises"
disabled> disabled>
> >
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
<!-- Modal footer --> <!-- Modal footer -->
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" <button type="button" class="btn btn-outline-secondary" data-dismiss="modal"
jhiTranslate="exercise.close"></button> jhiTranslate="exercise.close"></button>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment