philbuchanan / Accordion-Shortcodes

A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
https://wordpress.org/plugins/accordion-shortcodes/
16 stars 10 forks source link

Accessibility box around menu option displays when option is clicked #61

Closed yanapax-developer closed 7 years ago

yanapax-developer commented 7 years ago

After updating to the latest release I noticed that there is now an accessibility box (in blue) displayed when a menu option is selected. How can I turn of this highlight?

Thanks.

yanapax-developer commented 7 years ago

I found your readme file :) I live the issue here in case someone else encounters the same problem:

Add this to your themes stylesheet:

.accordion-title {
  outline: none;
}
philbuchanan commented 7 years ago

It was added in the most recent release to accommodate better accessibility. The code above is the solution if you don't want to see the focus highlight, however it is generally recommended that you have some focus state for users navigating your site via keyboard.