mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-20 16:09:28 +00:00
Add 'what-input' module
This commit is contained in:
parent
bdf2d08fa1
commit
42947185c8
@ -17,6 +17,7 @@ import { Store } from 'redux';
|
||||
import { pollOfflineStatus } from 'actions/config';
|
||||
import { AppState } from 'reducers';
|
||||
import { RouteNotFound } from 'components/RouteNotFound';
|
||||
import 'what-input';
|
||||
|
||||
interface Props {
|
||||
store: Store<AppState>;
|
||||
|
@ -35,3 +35,7 @@
|
||||
@import './styles/tab';
|
||||
@import './styles/flexbox';
|
||||
@import './fonts';
|
||||
|
||||
[data-whatintent='mouse'] *:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
@ -50,6 +50,7 @@
|
||||
"scryptsy": "2.0.0",
|
||||
"uuid": "3.2.1",
|
||||
"wallet-address-validator": "0.1.1",
|
||||
"what-input": "^5.0.5",
|
||||
"whatwg-fetch": "2.0.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user