New to Telerik UI for BlazorStart a free 30-day trial

Rendering Changes in 3.4.0

"k-state" CSS classes

Previous to the 3.4.0 version we used k-state-* CSS classes to denote that the state of an HTML element happened. As part of the 3.4.0 release, we remove the state segment of that classes.

A list of all changed "k-state" classes

Pre-3.4.03.4.0
k-state-focusk-focus
k-state-focusedk-focused
k-state-hoverk-hover
k-state-hoveredk-hovered
k-state-selectedk-selected
k-state-disabledk-disabled
k-state-invalidk-invalid
k-state-activek-active

Dialog

  • Added k-dialog-wrapper CSS class to the outermost HTML element, which holds the modal overlay and the dialog instance.
  • Removed the k-centered CSS class from the <div class="k-window k-dialog">.

See Also