Fix color of hashtag column settings inputs (#17058)

Fixes #17057
lolsob-rspec
Claire 2021-11-26 22:09:11 +01:00 committed by GitHub
parent 3b1320f817
commit 986391cd19
1 changed files with 2 additions and 1 deletions

View File

@ -3922,7 +3922,8 @@ a.status-card.compact:hover {
}
&__multi-value__label,
&__input {
&__input,
&__input-container {
color: $darker-text-color;
}