Until recently “Changes” tab in dev tools used to show only the final css additions and removals. But recently it’s showing all the intermediate changes. Any way to make it show only the final changes?
Eg: Say, I change the color of a style ten times. Earlier, the changes tab will only show the original color (as removed) and the latest edited color (as addition). But now, you get to see all the edits, sort of like a history stack. While editing many styles multiple times, the history pollutes the tab and makes copying new changes difficult.