Skip to content

Commit

Permalink
fix(list): removes outline from focus state (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmesserle authored and jelbourn committed May 25, 2016
1 parent 10938ed commit 91ad1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ md-nav-list {
cursor: pointer;

&:hover, &.md-list-item-focus {
outline: none;
background: md-color($md-background, 'hover');
}
}
Expand Down

0 comments on commit 91ad1c8

Please sign in to comment.