Skip to content

Commit

Permalink
Closes #1431 - fixes accessibility issue for focus elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffikus committed Oct 5, 2015
1 parent 6324790 commit e871bc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
9 changes: 4 additions & 5 deletions css/resets.less
Expand Up @@ -6,8 +6,7 @@
.flex-container,
.flex-slider {

a:hover,
a:focus {
a:hover {

outline: none;

Expand All @@ -19,9 +18,9 @@
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;

margin: 0;
padding: 0;
list-style: none;

}
Expand Down
6 changes: 2 additions & 4 deletions flexslider.css
Expand Up @@ -7,7 +7,7 @@
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*
*/
/* ====================================================================================================================
* FONT-FACE
Expand All @@ -23,9 +23,7 @@
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
.flex-slider a:hover {
outline: none;
}
.slides,
Expand Down
2 changes: 1 addition & 1 deletion flexslider.less
Expand Up @@ -7,7 +7,7 @@
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*
*/
@import "css/variables.less";
@import "css/mixins.less";
Expand Down

0 comments on commit e871bc4

Please sign in to comment.