mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-09 13:35:26 +00:00
(html) Fix "selected" icon for tasks list
This commit is contained in:
@@ -620,7 +620,7 @@
|
||||
<md-list class="sg-section-list">
|
||||
<md-list-item ng-repeat="task in list.component.$tasks"
|
||||
ng-click="list.openTask($event, task)">
|
||||
<div class="md-avatar sg-selected-avatar" ng-show="task.selected"
|
||||
<div class="md-avatar sg-avatar-selected" ng-show="task.selected"
|
||||
ng-click="list.toggleComponentSelection($event, task)">
|
||||
<!-- selected avatar -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user