ensure proposal items in wallet detail view activate on tap
This commit is contained in:
parent
7a2ee02899
commit
9a34b190b1
2 changed files with 5 additions and 1 deletions
|
|
@ -224,3 +224,7 @@
|
|||
z-index: 9999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
a.item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
<span ng-show="!requiresMultipleSignatures" translate>Unsent transactions</span>
|
||||
</div>
|
||||
<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 class="item item-footer description" ng-show="status.lockedBalanceSat" style="background: white;">
|
||||
<span translate>Total Locked Balance</span>:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue