In ionic4, generates #shadow-root as shown in the image below:
To assign custom css to ion-item element, I need to style the child elements under #shadow-root. Plz tell me how can I point to the elements with “item-native” class and “item-inner” class?
I tried following but “item-native” is not getting styled:
.list-item.item-native {
// custom css
}
.list-item .item-native {
// custom css
}
Can someone plz help me…
