Fix recent css regression (#7022)

This commit is contained in:
CicadaCinema 2021-10-25 09:57:16 +01:00 committed by GitHub
parent e3946cc7de
commit 1c3ad14b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,12 +141,6 @@ input[type=search]::-webkit-search-results-decoration {
input::placeholder,
textarea::placeholder {
opacity: initial;
font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
font-weight: 400;
}
input[type=text], input[type=password], textarea {