Skip to content

Commit 90a8154

Browse files
📝 Input focus updated
1 parent 456f8d2 commit 90a8154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎password-input/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,18 @@ body {
3030
border: 1px solid #215164;
3131
border-radius: 4px;
3232
color: #fff;
33+
transition: all 0.2s;
3334
font-size: 16px;
3435
}
3536

3637
.input-group input::placeholder {
3738
color: #346a80;
3839
}
3940

41+
.input-group input:focus {
42+
border: 1px solid #55b7dd;
43+
box-shadow: 0px 0px 2px 2px #55b7dd34;
44+
}
4045
.input-group i {
4146
position: absolute;
4247
right: 10px;

0 commit comments

Comments
 (0)