I have most of the code that works
[self.disclosureButton setBezelStyle:NSDisclosureBezelStyle];
[self.disclosureButton setButtonType: NSPushOnPushOffButton];
[self.disclosureButton setTitle:nil];
[self.disclosureButton highlight:NO];
However, when I press the button, it turns black to indicate the press. How do I get it to stop changing colors?