Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(treeview): remove outline when focus is on items
Browse files Browse the repository at this point in the history
can be seen in Angular TreeView, telerik/kendo-angular-treeview#8
  • Loading branch information
gyoshev committed Dec 14, 2017
1 parent fee58bd commit 21c0b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/treeview/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

// Items
.k-item {
outline-style: none;
margin: 0;
padding: 0 0 0 $treeview-indent;
border-width: 0;
Expand Down

0 comments on commit 21c0b05

Please sign in to comment.