Safari 6 / Webinspector 2 - CSS Line Numbers and Stylesheet

Viewed 1043

If I inspect CSS properties in the new Develeoper Console, for some reason there is no line number but a small arrow that you can hover or click to get the Line Number or Stylesheet. In the old Webinspector this was much faster, because the Stylesheet including linenumber was already written there as a link.

Does anybody know how to change this or a workaround? I already looked in the defaults but could not find anything.

I saw that there is already a bug ticket for this https://devforums.apple.com/message/705663, so hopefully it gets changed to the old behavior...

2 Answers

try cmd+p and then type :40

the cursor will fo to line number 40

Related