You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade/rendering-changes/13-0-0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To use the old rendering with more CSS classes in version 13.0.0, set the follow
72
72
73
73
## TreeView
74
74
75
-
* The `CaretAltRight` and `CaretAltDown` expand/collapse icons are replaced by `ChevronRight` and `ChevronDown`. The SVG icon classes change from `k-svg-i-caret-alt-right` and `k-svg-i-caret-alt-down` to `k-svg-i-chevron-right` and `k-svg-i-chevron-down`. The font icon classes change from `k-i-caret-alt-right` and `k-i-caret-alt-down` to `k-i-chevron-right` and `k-i-chevron-down`.
75
+
* The `CaretAltRight` and `CaretAltDown` expand/collapse [icons](slug:common-features-icons#icons-list) are replaced by `ChevronRight` and `ChevronDown`.
76
76
* The `k-treeview-top`, `k-treeview-mid`, and `k-treeview-bot` classes are no longer used. The same `<span>` elements use a `k-treeview-item-content` class instead.
77
77
* The `k-focus` and `k-selected` classes are rendered on the parent `span.k-treeview-item-content` instead.
0 commit comments