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.
This commit is contained in:
2025-12-24 00:17:28 +01:00
parent 1328d7c004
commit 8d5e126258
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 {