Skip to content

Commit

Permalink
fix focused placeholder colour (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Feb 17, 2022
1 parent a37f3b3 commit dbcbc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/kit.svelte.dev/src/lib/search/SearchBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@
outline: none;
}
input:focus-visible::placeholder {
color: rgba(255, 255, 255, 0.5);
}
button[aria-label='Close'] {
--size: 2rem;
position: absolute;
Expand Down

0 comments on commit dbcbc9a

Please sign in to comment.