mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Styling for dropped.
This commit is contained in:
parent
d6e4d2e80d
commit
e293b6349c
@ -253,6 +253,7 @@ TxListItem.prototype.render = function () {
|
||||
className: classnames('tx-list-status', {
|
||||
'tx-list-status--rejected': transactionStatus === 'rejected',
|
||||
'tx-list-status--failed': transactionStatus === 'failed',
|
||||
'tx-list-status--dropped': transactionStatus === 'dropped',
|
||||
}),
|
||||
},
|
||||
transactionStatus,
|
||||
|
@ -236,6 +236,10 @@
|
||||
.tx-list-status--failed {
|
||||
color: $monzo;
|
||||
}
|
||||
|
||||
.tx-list-status--dropped {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.tx-list-item {
|
||||
|
Loading…
Reference in New Issue
Block a user