✨ Simplification de code
parent
8a20cb9314
commit
f701cae12a
|
@ -21,7 +21,8 @@
|
|||
opacity: 1;
|
||||
}
|
||||
.blueButton:disabled {
|
||||
background: #4b4b66 !important;
|
||||
background: #4b4b6633 !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
.blueButton a {
|
||||
color: inherit;
|
||||
|
|
|
@ -23,12 +23,7 @@ export default class TargetSelection extends Component {
|
|||
Vous pouvez faire plusieurs choix
|
||||
</p>
|
||||
<Link to={'/simu/' + targets.join('+')}>
|
||||
<BlueButton
|
||||
disabled={!ready}
|
||||
style={{ opacity: !ready ? 0.15 : 1 }}
|
||||
>
|
||||
Valider
|
||||
</BlueButton>
|
||||
<BlueButton disabled={!ready}>Valider</BlueButton>
|
||||
</Link>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue