Browse Source
Merge pull request #863 from meriadec/they-will-never-stop
They will never stop (polish again)
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
src/components/DeviceInteraction/components.js
-
src/components/modals/Send/steps/04-step-confirmation.js
|
|
@ -19,7 +19,6 @@ export const DeviceInteractionStepContainer = styled(Box).attrs({ |
|
|
|
ff: 'Open Sans', |
|
|
|
fontSize: 3, |
|
|
|
color: 'graphite', |
|
|
|
bg: p => (p.isActive && !p.isFinished ? 'white' : ''), |
|
|
|
})` |
|
|
|
position: relative; |
|
|
|
z-index: ${p => (p.isActive ? 1 : '')}; |
|
|
|
|
|
@ -86,7 +86,6 @@ export function StepConfirmationFooter({ |
|
|
|
optimisticOperation && account && getAccountOperationExplorer(account, optimisticOperation) |
|
|
|
return ( |
|
|
|
<Fragment> |
|
|
|
<Button onClick={closeModal}>{t('app:common.close')}</Button> |
|
|
|
{optimisticOperation ? ( |
|
|
|
url ? ( |
|
|
|
<Button |
|
|
|