Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's something that has seemed to change in the newest Chrome: When I click the "+" (New Style Rule) in the inspector to add a new style to an element (let's say the element has a class of ".my-element"), in previous versions of Chrome, it would create an empty style like .my-element {}.

Now, when I do that, it creates "body > center > table > tbody > tr:nth-child(3) > td > table:nth-child(4) > tbody > tr:nth-child(1) > td > table > tbody > tr > td.default > span > font > p > a"

What happened here? Does that have anything to do with this User Stylesheet stuff? Because this new functionality is infuriating and I don't even really know what to search for to fix this change.



Can you file a ticket at http://crbug.com ? I can help restore the previous behavior.


Will do that right now, thanks!


Probably an attempt at ensuring the properties you're about to add will apply to this and only this element and not any element of the .my-element class.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: