I have a learning object where I've used a pseudo element to display a background image. This obviously breaks the colour change accessibility options (Remove Background Images, Invert, Black on Yellow).
I'm trying to figure out if it's possible to recreate these features, or to add some additional rules depending on which option has been clicked.
As a very rough proof of concept I put this together, which essentially does what I need:
codepen.io/anon/pen/GxqZMV
However, I can't get this to work in an XOT object - it just doesn't seem to acknowledge any of the clicks to the colour change options in the same way.
Am I missing something obvious here? Is it even possible to change/add to the colour change options in this way?