Unfortunately,
* => :hover => div
First, a universal selector is selected, which means that it looks at every element in the DOM, and then checks to see if it is in the :hover state. Finally, for any matching elements, it then checks the parent div .
source share