There was a bug with the header on Operational Review where the image was initially loaded flipped, then on refresh flipped back again. This is fixed by flipping both the ::before and ::after elements, as it looks like the ::before is used when the image is already cached and the ::after otherwise.
There was a bug with the header on Operational Review where the image was initially loaded flipped, then on refresh flipped back again. This is fixed by flipping both the
::before
and::after
elements, as it looks like the::before
is used when the image is already cached and the::after
otherwise.