Merge pull request #576 from MickGe/patch-1

Clear placeholder on focus
This commit is contained in:
Kailash Nadh 2021-11-09 22:47:38 +05:30 committed by GitHub
commit 125d51f7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,10 @@ input[type="text"], input[type="email"], select {
border-color: #0055d4;
}
input:focus::placeholder {
color: transparent;
}
.center {
text-align: center;
}