1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Resolve merge

This commit is contained in:
Vasek Mlejnsky 2018-08-14 21:37:52 +02:00
parent efe180d432
commit 2737faf979
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,4 @@
/* @flow */ /* @flow */
import React from 'react'; import React from 'react';
import { bindActionCreators } from 'redux'; import { bindActionCreators } from 'redux';
import { connect } from 'react-redux'; import { connect } from 'react-redux';

View File

@ -33,9 +33,9 @@ const baseStyles = () => injectGlobal`
cursor: pointer; cursor: pointer;
} }
a:focus, a:focus,
button:focus, button:focus,
input:focus, input:focus,
textarea:focus { textarea:focus {
outline: 0; outline: 0;
} }

View File

@ -57,7 +57,7 @@
padding-right: 4px; padding-right: 4px;
} }
} }
} }
&.hidden { &.hidden {
@ -117,7 +117,7 @@
} }
} }
} }
.qr { .qr {