fix(web): add icon to expandable list items

pull/284/head
Francis Lachapelle 2020-07-10 17:27:03 -04:00
parent b4f76a7932
commit 0e5e88aaf9
2 changed files with 2 additions and 0 deletions

View File

@ -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">

View File

@ -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)">