Code word input overhaul, more accurate cursor and selection processing. New styling for the widget that conforms with browser default style (focus outline).

This commit is contained in:
2025-12-09 23:07:15 +00:00
parent 087b24388c
commit d58a88c43a
2 changed files with 183 additions and 148 deletions
-8
View File
@@ -278,14 +278,6 @@ select {
transition: border-color var(--transition-base), box-shadow var(--transition-base);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
border-color: var(--color-accent);
box-shadow: 0 0 0 3px #c7d2fe;
outline: none;
}
label {
display: flex;
flex-direction: column;