Skip to content

Commit 91ad1c8

Browse files
robertmesserlejelbourn
authored andcommitted
fix(list): removes outline from focus state (#511)
1 parent 10938ed commit 91ad1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/list/list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ md-nav-list {
202202
cursor: pointer;
203203

204204
&:hover, &.md-list-item-focus {
205+
outline: none;
205206
background: md-color($md-background, 'hover');
206207
}
207208
}

0 commit comments

Comments
 (0)