Shows el by removing the "hidden" class from it
el
void show( Element el ) => el.classes.remove( "hidden" );