painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.

Home Page:https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Properties Missing

Vortelf opened this issue · comments

  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{}

-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.