html - Appyling btn-link attribute to <a> in Bootstrap w/ focus -


i seem having problems applying btn-link attribute link bootstrap. according docs, button styles can applied button class. if have like:

<a class="btn btn-link selected" name="test" href="#">test</a> 

it should apply btn-link style respective link. seems work fine except "focus" attribute. if @ examples on bootstrap page here, clicking on button btn-link class results in blue box appearing border. above html, not seem case.

i can show blue border forcing element state "focus" chrome dev-tools, cannot replicate other way. using selector , applying .focus() doesn't seem work. thoughts?


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -