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
263 stars 62 forks source link

Text Properties Missing #14

Closed Vortelf closed 5 years ago

Vortelf commented 5 years ago
  1. The url of page inspected.

every page

  1. The element inspected.

any text

  1. Expected result.
.someoelement{font-size: Xpx; font-family: XXXX;} //etc.

Properties missing

  1. Actual result.
.someoelement{}
painty commented 5 years ago

-1

Sorry I can't reproduce this issue. Are the font styles belongs to someoelement's ancestor element? This extension won't handle the inherit styles.