Customizing Rating

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-rating-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Rating.
$kendo-rating-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Rating.
$kendo-rating-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Rating.
$kendo-rating-spacingStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The content spacing of the Rating.
$kendo-rating-item-padding-xStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal padding of the Rating item.
$kendo-rating-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Rating item.
$kendo-rating-item-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Rating item.
$kendo-rating-item-hover-textStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The text color of the hovered Rating item.
$kendo-rating-item-focus-textString$kendo-rating-item-textvar(--kendo-color-subtle, #605e5c)
Description
The text color of the focused Rating item.
$kendo-rating-item-focus-outline-widthNumber1px1px
Description
The outline width of the focused Rating item.
$kendo-rating-item-focus-outline-styleStringsolidsolid
Description
The outline style of the focused Rating item.
$kendo-rating-item-focus-outlineStringcurrentColorcurrentColor
Description
The outline color of the focused Rating item.
$kendo-rating-item-selected-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected Rating item.
$kendo-rating-item-selected-hover-textStringif($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))var(--kendo-color-primary-active, #005a9e)
Description
The text color of the selected and hovered Rating item.

In this article

Not finding the help you need?