Remove the redundant outer focus ring from form inputs

Hop-State: A_06FPGBD56DB1C1SAHK5N8Y8
Hop-Proposal: R_06FPGBBPZTYB7AAAH7CSHCG
Hop-Task: T_06FPGB78HBQD0468X0ZM4Y8
Hop-Attempt: AT_06FPGB78H9MT9SSY8S6WE40
This commit is contained in:
2026-07-15 16:47:29 -07:00
committed by Hop
parent 7e9dc1cc64
commit edf08c10cc
+2 -1
View File
@@ -5,7 +5,8 @@
html, body, #root { width: 100%; min-width: 720px; height: 100%; min-height: 560px; margin: 0; overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
input:focus-visible { outline: 0; }
.onboarding-shell { width: 100%; height: 100%; display: grid; grid-template-columns: minmax(300px, 45%) minmax(420px, 55%); background: #0b0c0c; }
.signal-panel { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid rgba(255,255,255,.1); }