Hi, I have a ionic 4 application.
I have to color the icon of the select but on the guide https://ionicframework.com/docs/api/select?fbclid=IwAR30w0w4kXeNSiLbIXT7-eCg-I53ZygVJok0j29AGU0zSnBesthstSScJr0#css-custom-properties there are only 4 css properties…So I try to put in my scss file .select-icon-inner{color:red!important}
but this not working …Is possibile that exist only 4 rules css for the select???