Does anyone know how to style the placeholder content for an ion-select in ionic 4? I’ve tried ::placeholder, I’ve tried --ion-placeholder-color, I’ve tried throwing !importants at everything, and I’ve tried changing opacities.
No matter what I do the select placeholder is a super light gray that is nearly illegible. This is for an ionic 4 app using Angular in Firefox.
I’ve made some progress. I colored the select itself red using an important declaration and it appears to have some kind of translucency over that item.
I decided to go a different route and not use the placeholder. Instead I’m going to use css pseudo-content since in my use case the selected item isn’t shown to the user anyways.
This should work for an individual’s project. In a team setting, the node_modules folder is most likely not going to be tracked by git. Any changes to the node_modules folder will likely not make it to any staging environments for testers. When you upgrade ionic this will be a breaking change. Is there anyway to override these settings in our own application?