Home › Forums › CSS › What method would you use? (Dissecting CSS) › Re: What method would you use? (Dissecting CSS)
June 21, 2013 at 7:57 pm
#139832
Member
Sorry, didn’t realize you wanted the various states too. That doesn’t sound like something you can do in just a couple clicks, or a few seconds. You can enable the :hover state with the Chrome dev tools, and then repeat the process of copy/pasting that which is in the Computed Styles panel. With :hover you’d have to remove any rules that intersect with the non-hover state to figure out the delta. Not an quick and easy task, unfortunately.