Skip to content

Commit

Permalink
remove border color in color picker of markdown editor again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Apr 21, 2020
1 parent 65eca3b commit a4877a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<!--color picker command -->
<div class="btn-group col-xs-6">
<div class="color-preview btn btn-sm" [ngStyle]="{ borderColor: selectedColor }" (click)="openColorSelector($event)">
<div class="color-preview btn btn-sm" (click)="openColorSelector($event)">
Color
</div>
<jhi-color-selector [tagColors]="markdownColors" (selectedColor)="onSelectedColor($event)"></jhi-color-selector>
Expand Down

0 comments on commit a4877a5

Please sign in to comment.