Skip to content

Commit

Permalink
fix(rating): prevent pointer events to readonly mode
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Apr 6, 2021
1 parent 320dec6 commit fb7fe93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/rating/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
display: inline-flex;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: $rgba-transparent;

&.k-state-readonly {
pointer-events: none;
}
}

.k-rating-container {
Expand Down

0 comments on commit fb7fe93

Please sign in to comment.