jquery - removing Un-styled active/selected border -


there border on selected obj have not specified. appears when item active , selected. in case of tabs if click tab see gold ring around tab until click else. if start dialog default button gets same treatment. have individual css in fiddle minus images easy see. believe browser thing ie 10 has dashed white outline on dialog button , not tab chrome has gold ring on both in turn.

can , how can stop behavior?

  // basic of tab calls:   $(function() {      $( "#tabs" ).tabs();   }); 

the fiddle here. can bee seen on theme roller pages well.

put in css , set :)

:focus{outline:none;} 

it problem if user navigating through tab key though, remove highlighting. doubt though.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -