Skip to content

Commit

Permalink
fix(treeview): focus should be on root and not on wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
veselints authored and joneff committed Apr 6, 2021
1 parent 3bd99ac commit d1c3312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/treeview/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $rgba-transparent;

> .k-group {
outline: 0;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $rgba-transparent;
}

.k-content,
> .k-group,
.k-item > .k-group {
Expand Down

0 comments on commit d1c3312

Please sign in to comment.