Deactivates el by removing the "active" class from it
el
void deactivate( Element el ) => el.classes.remove( "active" );