Skip to content

Commit

Permalink
change trashcan to times and add aria
Browse files Browse the repository at this point in the history
  • Loading branch information
CKY- committed Jan 1, 2025
1 parent 9af860d commit feea576
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/gui/app/directives/modals/misc/edit-stream-info-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@
</div>
</ui-select-choices>
</ui-select>
<div style="margin-left: 3px">
<button class="btn btn-danger" ng-click="$ctrl.removeCategory()"><i class="far fa-trash"></i></button>
<div ng-show="$ctrl.selectedGame != null" style="margin-left: 3px">
<button
class="btn btn-default"
aria-label="Clear category"
uib-tooltip="Clear category"
ng-click="$ctrl.removeCategory()">
<i class="far fa-times"></i>
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit feea576

Please sign in to comment.