Auto switch: red when off, green when on
Some checks failed
Repo Health / Access control (push) Successful in 2s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 3s
Repo Health / Repository health (push) Failing after 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 16:25:34 -05:00
parent ef7cfcf7fa
commit 2db1a38277

View File

@@ -17195,14 +17195,14 @@ form .form-select {
height: 18px;
border: none;
border-radius: 999px;
background: var(--secondary-color, #6c757d);
background: var(--danger, #c23a31);
cursor: pointer;
padding: 0;
transition: background .2s;
}
.auto-switch.on {
background: var(--link-color, #3565e5);
background: var(--success, #4aa664);
}
.auto-track {