From d58fd1db15d95b28c7af8b509f6b4f6e2db79cd0 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Fri, 8 May 2026 15:41:24 -0400 Subject: [PATCH] small changes to .sky-field styling --- src/static_src/scss/_sky.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/static_src/scss/_sky.scss b/src/static_src/scss/_sky.scss index 5d4b3d9..b32a502 100644 --- a/src/static_src/scss/_sky.scss +++ b/src/static_src/scss/_sky.scss @@ -243,7 +243,11 @@ html.sky-open .sky-modal-wrap { // while leaving the placeholder copy clearly readable // (0.85 × 0.54 ≈ 0.46, parity w. birth-place's ~0.54). opacity: 0.85; - color: inherit; + &:focus { + border-color: rgba(var(--secUser), 0.75); + box-shadow: 0 0 0.75rem rgba(var(--secUser), 0.5); + color: inherit; + } cursor: default; } }