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

Can't copy text #9

Closed WileESpaghetti closed 9 years ago

WileESpaghetti commented 10 years ago

I would like to be able to copy the text on the right column of the diffs.

Example: If each thing I am comparing uses a slightly different text color, I would like to be able to select the text color of one of them so I can make them both match.

kdzwinel commented 9 years ago

Sorry it took ages to respond and thank you for these bug reports.

Interestingly, it's Chrome that blocks selecting by default. No idea why, but since it's only CSS I was able to fix that with -webkit-user-select: initial;. This will be shipped in version 0.32 .