From f701cae12aad4fbeb19f48572209471f0d18beb7 Mon Sep 17 00:00:00 2001
From: mama
Date: Tue, 30 Jan 2018 16:24:28 +0100
Subject: [PATCH] :sparkles: Simplification de code
---
source/components/BlueButton.css | 3 ++-
source/components/TargetSelection.js | 7 +------
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/source/components/BlueButton.css b/source/components/BlueButton.css
index 4b0877736..9202490a2 100644
--- a/source/components/BlueButton.css
+++ b/source/components/BlueButton.css
@@ -21,7 +21,8 @@
opacity: 1;
}
.blueButton:disabled {
- background: #4b4b66 !important;
+ background: #4b4b6633 !important;
+ box-shadow: none;
}
.blueButton a {
color: inherit;
diff --git a/source/components/TargetSelection.js b/source/components/TargetSelection.js
index b3c71676c..149a05797 100644
--- a/source/components/TargetSelection.js
+++ b/source/components/TargetSelection.js
@@ -23,12 +23,7 @@ export default class TargetSelection extends Component {
Vous pouvez faire plusieurs choix
-
- Valider
-
+ Valider