Skip to content

Commit ac3cd9a

Browse files
committed
💄 fix focus input password
1 parent 0280046 commit ac3cd9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/styles.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ form {
225225
width: 100%;
226226
padding-right: 2.3rem;
227227
border: 1px solid transparent;
228+
border: 1px solid transparent;
229+
230+
&:focus {
231+
border: 1px solid var(--border-input);
232+
background: var(--bg-2);
233+
color: var(--fc-primary);
234+
outline: 0;
235+
}
228236
}
229237
}
230238

0 commit comments

Comments
 (0)