Skip to content

Commit 73fb017

Browse files
committed
style(ui): 💄 fix input placeholder color
1 parent 0ea5d70 commit 73fb017

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/styles/form.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ input, select, textarea {
467467
padding: 1rem;
468468
flex: 0 0 auto;
469469
}
470-
input::placeholder {
470+
input::placeholder,
471+
input:placeholder-shown {
471472
color: var(--dark-500);
472473
}
473474
input:not(:focus):not(:placeholder-shown):invalid {
@@ -678,7 +679,7 @@ form[name="network"] {
678679
.updrop.drag-over {
679680
border-style: solid;
680681
}
681-
.updrop.focus{
682+
.updrop.focus {
682683
border-style: dotted;
683684
}
684685
.dropped .updrop,

0 commit comments

Comments
 (0)