hotfix button
This commit is contained in:
@@ -306,10 +306,10 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="d-flex gap-2 mb-3">
|
<div class="d-flex gap-2 mb-3">
|
||||||
<button id="commitYes" class="btn flex-fill"
|
<button id="commitYes" class="btn flex-fill"
|
||||||
:class="{'btn-success disabled': committed != 'NO', 'btn-outline-success opacity-75' : committed == 'NO', 'disabled': working}"
|
:class="{'btn-success': committed != 'NO', 'btn-outline-success opacity-75' : committed == 'NO', 'disabled': working}"
|
||||||
@click="submitCommit('YES')" autofocus>Ja, ich bin dabei!</button>
|
@click="submitCommit('YES')" autofocus>Ja, ich bin dabei!</button>
|
||||||
<button id="commitNo" class="btn flex-fill"
|
<button id="commitNo" class="btn flex-fill"
|
||||||
:class="{'btn-danger disabled' : committed != 'YES','btn-outline-danger opacity-75' : committed == 'YES', 'disabled': working}"
|
:class="{'btn-danger' : committed != 'YES','btn-outline-danger opacity-75' : committed == 'YES', 'disabled': working}"
|
||||||
@click="submitCommit('NO')">Nein, ich bin nicht dabei</button>
|
@click="submitCommit('NO')">Nein, ich bin nicht dabei</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex mt-2">
|
<div class="d-flex mt-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user