Cleanup placeholder text css

This commit is contained in:
Chen-I Lim 2020-10-26 12:46:15 -07:00
parent d48b43e08e
commit 28f466696a
2 changed files with 5 additions and 1 deletions

View file

@ -167,7 +167,7 @@ hr {
color: rgb(55, 53, 47);
padding: 0 5px;
&.empty {
color: #cccccc;
color: rgba(55, 53, 47, 0.4);
}
}

View file

@ -4,4 +4,8 @@
&.active {
min-width: 100px;
}
&::placeholder{
color: rgba(55, 53, 47, 0.4);
opacity: 1;
}
}