Quicklook contain this button:
Idle:
Hover:
Active:
Can’t achieve it with any settings, closest look I’ve got is having Idle and Active states, but on hover nothing is happening:
let button = NSButton(title: "Test", target: nil, action: nil)
button.bezelStyle = .toolbar
button.isBordered = true