painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.
https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
MIT License
269 stars 64 forks source link

Can't copy label css from google Graph APi #7

Closed SebCCare closed 6 years ago

SebCCare commented 6 years ago

Example:

It should gather inline style also. <text x="0" y="15" style="cursor: default; user-select: none; -webkit-font-smoothing: antialiased; font-family: Roboto; font-size: 16px;" fill="#757575" dx="0px">Percentage occupancy</text>

painty commented 6 years ago

Inline style is bonded to html. You should copy the html as well.