I have a div that has hover:
div
.div { // css } .div:hover { // css }
But I want to disable the hover when you click on the
.disabled { opacity: 0.5; pointer-events: none; } .disabled:hover * pointer-events: none; cursor: not-allowed; }