kdzwinel / CSS-Diff

Chrome extension that allows to easily compare CSS of two HTML elements.
GNU General Public License v3.0
200 stars 20 forks source link

Make colors work more like dev tools defaults #10

Open WileESpaghetti opened 10 years ago

WileESpaghetti commented 10 years ago

I like the way that on the computed panel on chrome dev tools shows you a colored square next to any color value and by clicking on that square you can toggle what text color type (hex, rgb, hsl, etc.) you are looking at.

Is it possible to make colors in CSS-Diff work more like that?

kdzwinel commented 9 years ago

I wouldn't call it a major feature, but I agree that it may come in handy. It should be simple enough for color: red case and a bit more difficult for background: no-repeat url('test') red 0 0 case where you have to find the color first.