Input: fix static placeholder color in select

This commit is contained in:
Konstantinos Triantafyllou 2022-07-04 21:42:41 +03:00
parent 35bca0f68b
commit 8f8b85e69d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
margin-top: 5px;
}
&::placeholder, &.placeholder {
&::placeholder {
color: var(--input-placeholder-color);
opacity: 1;
}