fix: remove unused validation percentage indicator

The 0% indicator next to the Run button was not providing useful
feedback. Removed from HTML, CSS, and app.js.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-24 00:17:28 +01:00
parent 4cdffdfa21
commit 31664c4fe9
3 changed files with 0 additions and 29 deletions

View File

@@ -810,23 +810,6 @@ input:checked + .toggle-slider::before {
color: var(--text-color);
}
/* ================= VALIDATION INDICATORS ================= */
.validation-indicators-container {
display: flex;
gap: 4px;
}
.validation-success-indicator {
background: var(--success-color);
color: white;
width: 18px;
height: 18px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
}
/* ================= MODAL ================= */
.modal-container {