Address code review feedback: Add disabled border styling and update SECURITY.md revision history

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 05:20:30 +00:00
parent 32444af374
commit d7e12d3897
2 changed files with 2 additions and 0 deletions

View File

@@ -2672,6 +2672,7 @@ progress {
.form-control:disabled {
background-color: var(--input-disabled-bg);
border-color: var(--input-disabled-border-color);
opacity: 1;
}