Skip to content

Commit

Permalink
fix(panelbar): panelbar item focus should not have outline
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanova authored and Juveniel committed Sep 2, 2022
1 parent f772057 commit d891696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/panelbar/_layout.scss
Expand Up @@ -95,6 +95,10 @@
}
}

// Panelbar item
.k-panelbar-item {
outline-style: none;
}

// Panelbar content
.k-panelbar-content {
Expand Down

0 comments on commit d891696

Please sign in to comment.