While using IE9 Developer Tools to inspect elements, I am unable to see the pseudo elements defined in my CSS in the HTML pane: https://i.sstatic.net/Bu5rl.png
Even though I can view them in the CSS pane, they are displayed with a strike-through indicating that the styles are being overridden, rendering them ineffective when attempting to make modifications. https://i.sstatic.net/NI31u.png
How can I target ::before and ::after elements for inspection in IE9?
It may seem similar to this question, but in this case, the elements are div container elements, so the answer provided there may not be applicable here.