Firefox Dev Tools doesn't show css changes after closing and re-opening dev tools
Steps to recreate:
- Open any website
- Make any css changes. These will be shown in the Changes tab in the dev tools
- Close dev tools, then re-open. Now those changes won't be shown
Sometimes I need to close dev tools in order to see how the web page would look normally.
Steps to recreate:
# Open any website
# Make any css changes. These will be shown in the Changes tab in the dev tools
# Close dev tools, then re-open. Now those changes won't be shown
Sometimes I need to close dev tools in order to see how the web page would look normally.
All Replies (1)
Changes you make in dev tools -- such as adding inline styles -- aren't saved, so the page will revert to "As Served" the next time you reload. However, I think they should remain available if you didn't reload the page, so if that isn't working, hmm, maybe it's a bug.