A code inspection warning came up for some CSS inside an ASPX page, saying that div:last-of-type
wasn't compatible with IE8. Rider gave me an option to disable inspections for browser compatibility. As soon as I did that, I realized it was a mistake and CTRL+Z didn't work to undo.
How can I restore the inspections for browser compatibility?