remove blue highlight from jquery ui tabs

remove blue highlight from jquery ui tabs

I'm using jQuery UI Tabs and want to remove the blue focus highlight when I click on a tab. I've tried 
input { focus: outline:none; } with no success. Any ideas?