Apply CSS styles to descendants but not if a child is of a certain selector
I'm asking this question for an Angular application but I believe this relates to CSS in general. I have an Angular component with a number of child components, and each has the standard view encapsulation. As an example, I want…