In mobile devices, in essentials page, tapping on label button doesn't gray out the button
Created by: nayakrahul
Describe the bug In mobile devices, in essentials page, tapping on label button doesn't gray out the button. It is happening because hover interferes with touch in mobile devices, it shows hover behaviour style. It grays out when we tap somewhere on second time.
To Reproduce Steps to reproduce the behavior: (Mobile)
- Go to Essentials page
- Tap on "View Essentials"
- Tap on any of the label buttons like Labs, Police etc.
- Notice that the button does not gray out. It grays out when we tap somewhere on second time.
Expected behavior Hover behaviour should be disabled in mobile devices.