So how can I place a child element above its parent ::after
pseudo-element? Basically I have a div with a background image with 2 pseudo-elements: a ::before
, which is an absolute-positioned full-width and height, transparent blue and a ::after
, which is an inset box-shadow, and now I'm trying to place child elements above all the parent's pseudo-elements. How can I do that?
Here's a jsFiddle: http://jsfiddle.net/got3e2vb/ - I want the white circle to be placed above the parent's ::after pseudo-element. How can I do that?