Undo hover from JS

1

I have an element which changes the cursor, this with: hover

I want to be able to undo that change from javascript but keep the hover running when I move the cursor again.

.con_inf .inside:hover {
          width: 50%;
          left: 0;
          top: 0;
          border-radius: 0;
          height: 100%;
          background: white;
        }
    
asked by Raymond Medina 30.12.2017 в 21:16
source

0 answers