mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Cleanup placeholder text css
This commit is contained in:
parent
d48b43e08e
commit
28f466696a
@ -167,7 +167,7 @@ hr {
|
||||
color: rgb(55, 53, 47);
|
||||
padding: 0 5px;
|
||||
&.empty {
|
||||
color: #cccccc;
|
||||
color: rgba(55, 53, 47, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4,4 +4,8 @@
|
||||
&.active {
|
||||
min-width: 100px;
|
||||
}
|
||||
&::placeholder{
|
||||
color: rgba(55, 53, 47, 0.4);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user