PairWordCard: two-step select then confirm flow
Tapping an option now highlights it (warm gold border); a "Bestätigen" button activates once something is selected. Answer is only evaluated on confirmation, not on tap. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -337,8 +337,9 @@
|
||||
border-color: #C8956A;
|
||||
}
|
||||
.pair-option-btn:active:not(:disabled) { transform: scale(0.95); }
|
||||
.pair-option-btn.correct { background: #3D7055; color: #fff; border-color: #3D7055; }
|
||||
.pair-option-btn.wrong { background: #A84040; color: #fff; border-color: #A84040; }
|
||||
.pair-option-btn.selected { background: #FFF0DC; border-color: #C4A85A; color: #5C3D22; }
|
||||
.pair-option-btn.correct { background: #3D7055; color: #fff; border-color: #3D7055; }
|
||||
.pair-option-btn.wrong { background: #A84040; color: #fff; border-color: #A84040; }
|
||||
.pair-option-btn:disabled { cursor: default; }
|
||||
|
||||
/* ── Feedback ── */
|
||||
|
||||
Reference in New Issue
Block a user