0

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?

barsh
  • 450
  • 6
  • 16

1 Answers1

0

You can inspect element using f12 Microsoft Docs