mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Change fa-refresh to fa-sync (#8301)
fa-sync has replaces fa-refresh in version 5 of font-awsome https://fontawesome.com/icons/sync?style=solid
This commit is contained in:
parent
6aa8e78006
commit
a67ac8dd61
@ -200,7 +200,7 @@ export default class TransactionListItemDetails extends PureComponent {
|
|||||||
onClick={this.handleRetry}
|
onClick={this.handleRetry}
|
||||||
className="transaction-list-item-details__header-button"
|
className="transaction-list-item-details__header-button"
|
||||||
>
|
>
|
||||||
<i className="fa fa-refresh"></i>
|
<i className="fa fa-sync"></i>
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)
|
)
|
||||||
|
@ -391,11 +391,11 @@ textarea.twelve-word-phrase {
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-control .fa-refresh {
|
.icon-control .fa-sync {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-control:hover .fa-refresh {
|
.icon-control:hover .fa-sync {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user