fix: ::placeholder color + remove input max-height

This commit is contained in:
Timothée Goguely 2025-01-27 16:28:43 +01:00
parent 30b00ed643
commit 6d452f14ee

View file

@ -33,7 +33,7 @@ body {
/* Placeholder */ /* Placeholder */
::placeholder { ::placeholder {
font: inherit; font: inherit;
color: rgba(0, 0, 0, .54); color: var(--color-grey-700) !important;
} }
@ -249,7 +249,6 @@ form {
} }
input { input {
font: inherit; font: inherit;
max-height: 1.125rem; /* 18px */
} }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration { [type="search"]::-webkit-search-decoration {