diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-03 14:31:32 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 16:25:34 +0200 |
| commit | f9b54901308bde3e1abeb0fa32d4a3f11648f603 (patch) | |
| tree | 2944c5bdb13ee163f2dfbfffc37c38ead61668d8 /app/components | |
| parent | 7ae25a0835a27cb9bf46ed64d6c59a1147110bee (diff) | |
| download | mullvadvpn-f9b54901308bde3e1abeb0fa32d4a3f11648f603.tar.xz mullvadvpn-f9b54901308bde3e1abeb0fa32d4a3f11648f603.zip | |
Upgrade reactxp@1.3.3
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Cell.js | 1 | ||||
| -rw-r--r-- | app/components/LoginStyles.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/components/Cell.js b/app/components/Cell.js index 2b3c06a3b1..80b783352f 100644 --- a/app/components/Cell.js +++ b/app/components/Cell.js @@ -19,6 +19,7 @@ const styles = { flexDirection: 'row', alignItems: 'center', alignContent: 'center', + cursor: 'default', }, cellHover: { backgroundColor: colors.blue80, diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 3309fa2907..05fa0f29f9 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -95,6 +95,7 @@ export default { marginBottom: 0, flexDirection: 'row', backgroundColor: colors.white60, + cursor: 'default', }, account_dropdown__item_hover: { backgroundColor: colors.white40, |
