(How) is it possible to select elements based on their style attribute?
Thanks to the this question, we know it is impossible using pure css.
To enlight the issue, i give my concrete case: i want to change background color of all p
and span
s with background color white in a div
to transparent.
Does angular some favor about it? Or what else can be used?