For now, you need another class to manage the hover state, however we’re in the process of making some changes under the hood that will allow us to implement those pseudoselectors
Give a class to those html elements on which you want hover effect. now target that class name in css and apply hover effect on those class. by this when you hover over any element then the hover styles will be applied to those and you have don’t repeat the styles for each element.