Skip to content

Commit

Permalink
fix(listview): remove focus ring from listview-content
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 14, 2020
1 parent 3a6e7bb commit 947f2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/listview/_layout.scss
Expand Up @@ -36,6 +36,7 @@
.k-listview-content {
margin: 0;
padding: 0;
outline: 0;
flex-grow: 1;
position: relative;
overflow: auto;
Expand Down

0 comments on commit 947f2fd

Please sign in to comment.