Skip to content

Commit

Permalink
fix(panelbar): keyboard navigation in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Oct 7, 2020
1 parent dff8b70 commit 5e22839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/panelbar/_layout.scss
Expand Up @@ -40,6 +40,10 @@
user-select: none;
cursor: default;
transition: $transition;

.k-ie & {
display: block; // TODO: Remove once we drop IE support
}
}
}
> .k-item + .k-item {
Expand Down

0 comments on commit 5e22839

Please sign in to comment.