Fix editor placeholder color
This commit is contained in:
parent
5fb003ed4c
commit
53ea3c0eaf
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&-placeholder {
|
&-placeholder {
|
||||||
color: $grey-400;
|
color: $grey-400 !important;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue