ensure proposal items in wallet detail view activate on tap

This commit is contained in:
Marty Alcala 2016-11-15 11:42:34 -05:00
commit 9a34b190b1
2 changed files with 5 additions and 1 deletions

View file

@ -224,3 +224,7 @@
z-index: 9999; z-index: 9999;
position: relative; position: relative;
} }
a.item {
cursor: pointer;
}

View file

@ -162,7 +162,7 @@
<span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span> <span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span>
</div> </div>
<div ng-repeat="tx in txps" ng-click="openTxpModal(tx)"> <div ng-repeat="tx in txps" ng-click="openTxpModal(tx)">
<div class="wallet-details__item proposal" ng-include="'views/includes/txp.html'"></div> <a class="wallet-details__item proposal item" ng-include="'views/includes/txp.html'"></a>
</div> </div>
<div class="item item-footer description" ng-show="status.lockedBalanceSat" style="background: white;"> <div class="item item-footer description" ng-show="status.lockedBalanceSat" style="background: white;">
<span translate>Total Locked Balance</span>: <span translate>Total Locked Balance</span>: