Skip to content

Commit

Permalink
fix: disabled cell with link in Spreadsheet should navigate telerik/k…
Browse files Browse the repository at this point in the history
  • Loading branch information
veselints authored and joneff committed Feb 14, 2019
1 parent 4dddc16 commit 448a6a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/spreadsheet/_layout.scss
Expand Up @@ -260,6 +260,11 @@
font-family: Arial, Verdana, Sans-serif;
flex: 1;
position: relative;

// disabled cells in the Spreadsheet should allow navigation if link is used
.k-state-disabled {
pointer-events: auto;
}
}
// sass-lint:enable no-important
.k-spreadsheet-fixed-container {
Expand Down

0 comments on commit 448a6a1

Please sign in to comment.