Const
Selects the element on hover when the HTML tag doesn't have the touch class.
touch
html:not(.touch) &:hover Copy
html:not(.touch) &:hover
Selects the element on hover when the HTML tag doesn't have the
touch
class.