fix: ::placeholder color + remove input max-height
This commit is contained in:
parent
30b00ed643
commit
6d452f14ee
1 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ body {
|
|||
/* Placeholder */
|
||||
::placeholder {
|
||||
font: inherit;
|
||||
color: rgba(0, 0, 0, .54);
|
||||
color: var(--color-grey-700) !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -249,7 +249,6 @@ form {
|
|||
}
|
||||
input {
|
||||
font: inherit;
|
||||
max-height: 1.125rem; /* 18px */
|
||||
}
|
||||
[type="search"]::-webkit-search-cancel-button,
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue