Skip to content

Commit

Permalink
fix(accordion): fixed the focus outline on the arrow in safari (#234)
Browse files Browse the repository at this point in the history
* fix(accordion): fixed the outline on focus in safari

* fix(accordion): reverted the js change
  • Loading branch information
marijohannessen authored and chrisdhanaraj committed Jul 18, 2017
1 parent 092930f commit 406366d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

.bx--accordion__arrow {
@include focus-outline('border');
overflow: visible; // safari fix
outline-offset: -.5px; // safari fix
}
}

Expand Down

0 comments on commit 406366d

Please sign in to comment.