For some time now, Firefox DevTools can not show the CSS that targets an HTML node. I’m not sure if it’s Firefox the browser or the TypeScript DevTools that is the culprit.
One site where this is apparent is netflix. If you login and open one of the info cards, you can not select any text. This means that user-select: none; must be set on the HTML where your mouse is. If you open DevTools and look at the Rules or Computed panes, user-select is nowhere to be seen.
You can select any HTML node and enable user-select: all; via the Rules pane and verify that you can now select text on the page.
This is not the only place where DevTools struggle to find the CSS that cascades to an HTML node, but it’s the one example I have right now. I will add more examples when I come across new ones.
I’m sure, I’m not the only one who have notice this. Do you have an example where styles that must be there are not, in either the Rules or Computed panes in the Inspector?
Version: Mozilla Firefox 140.4.0esr