mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 22:15:26 +00:00
fix(web): add icon to expandable list items
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
ng-click="$AccountDialogController.setDefaultIdentity($event, $index)">
|
||||
<md-icon ng-class="{ 'md-warn md-hue-2': identity.isDefault }">{{ identity.isDefault ? 'favorite' : 'favorite_border' }}</md-icon>
|
||||
</md-button>
|
||||
<md-icon ng-class="{ 'md-rotate-90': $index == $AccountDialogController.selectedIdentity }">chevron_right</md-icon>
|
||||
</div>
|
||||
</a>
|
||||
<md-card-content ng-show="$index == $AccountDialogController.selectedIdentity">
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
ng-hide="user.uid != acl.selectedUid || user.$isSpecial()">
|
||||
<md-icon>delete</md-icon>
|
||||
</md-button>
|
||||
<md-icon ng-class="{ 'md-rotate-90': acl.showRights(user) }">chevron_right</md-icon>
|
||||
</div>
|
||||
</a>
|
||||
<md-card-content id="AccessRightList" ng-show="acl.showRights(user)">
|
||||
|
||||
Reference in New Issue
Block a user