ListBox

The ListBox component displays a list of items and allows selection, reordering, and transfer between two or more list boxes.

Sass Variables

The Telerik and Kendo UI ListBox is a composite UI component that consists of Buttons and List elements. To configure and customize the appearance of the ListBox, modify the Button component Sass variables, as well as the Sass variables provided by the List component.

VariableDefault ValueComputed ValueValue
kendo-listbox-spacingk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The spacing between the ListBox elements.
kendo-listbox-button-spacingk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The spacing between the ListBox buttons.
kendo-listbox-width10em10emDefault: 10emComputed: 10em
Description: The width of the ListBox.
kendo-listbox-default-height200px200pxDefault: 200pxComputed: 200px
Description: The height of the ListBox.
kendo-listbox-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ListBox.
kendo-listbox-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the ListBox.
kendo-listbox-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the ListBox.
kendo-listbox-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the ListBox.
kendo-listbox-textk-color(on-app-surface)var(--kendo-color-on-app-surface, #3d3d3d)Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the ListBox.
kendo-listbox-bgk-color(surface-alt)var(--kendo-color-surface-alt, #ffffff)Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the ListBox.
kendo-listbox-borderk-color(border)var(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: k-color(border)Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the ListBox.
kendo-listbox-drop-hint-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the ListBox drop hint.

List Variables

VariableDefault ValueComputed ValueValue
kendo-list-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the List components.
kendo-list-font-sizenullnullDefault: nullComputed: null
Description: The font size of the List component, if no size is set.
kendo-list-sm-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the small List.
kendo-list-md-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the medium List.
kendo-list-lg-font-sizevar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)Default: var( --kendo-font-size-lg, inherit )Computed: var(--kendo-font-size-lg, inherit)
Description: The font size of the large List.
kendo-list-line-heightnullnullDefault: nullComputed: null
Description: The line height of the List component, if no size is set.
kendo-list-sm-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the small List.
kendo-list-md-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the medium List.
kendo-list-lg-line-heightvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)Default: var( --kendo-line-height-lg, normal )Computed: var(--kendo-line-height-lg, normal)
Description: The line height of the large List.
kendo-list-sm-header-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the small List header.
kendo-list-md-header-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the medium List header.
kendo-list-lg-header-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the large List header.
kendo-list-sm-header-padding-yk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem)
Description: The vertical padding of the small List header.
kendo-list-md-header-padding-yk-spacing(1)var(--kendo-spacing-1, 0.25rem)Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem)
Description: The vertical padding of the medium List header.
kendo-list-lg-header-padding-yk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem)
Description: The vertical padding of the large List header.
kendo-list-header-border-width0 0 1px(0 0 1px)Default: 0 0 1pxComputed: (0 0 1px)
Description: The border width of the List header.
kendo-list-header-font-sizenullnullDefault: nullComputed: null
Description: The font size of the List header, if no size is set.
kendo-list-sm-header-font-sizenullnullDefault: nullComputed: null
Description: The font size of the small List header.
kendo-list-md-header-font-sizenullnullDefault: nullComputed: null
Description: The font size of the medium List header.
kendo-list-lg-header-font-sizenullnullDefault: nullComputed: null
Description: The font size of the large List header.
kendo-list-header-line-heightnullnullDefault: nullComputed: null
Description: The line height of the List header, if no size is set.
kendo-list-sm-header-line-heightnullnullDefault: nullComputed: null
Description: The line height of the small List header.
kendo-list-md-header-line-heightnullnullDefault: nullComputed: null
Description: The line height of the medium List header.
kendo-list-lg-header-line-heightnullnullDefault: nullComputed: null
Description: The line height of the large List header.
kendo-list-header-font-weightvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)Default: var( --kendo-font-weight-bold, normal )Computed: var(--kendo-font-weight-bold, normal)
Description: The font weight of the List header.
kendo-list-sm-filter-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the small List filter.
kendo-list-md-filter-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the medium List filter.
kendo-list-lg-filter-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the large List filter.
kendo-list-sm-filter-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the small List filter.
kendo-list-md-filter-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the medium List filter.
kendo-list-lg-filter-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the large List filter.
kendo-list-sm-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the small List item.
kendo-list-md-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the medium List item.
kendo-list-lg-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the large List item.
kendo-list-sm-item-padding-yk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem)
Description: The vertical padding of the small List item.
kendo-list-md-item-padding-yk-spacing(1)var(--kendo-spacing-1, 0.25rem)Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem)
Description: The vertical padding of the medium List item.
kendo-list-lg-item-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the large List item.
kendo-list-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the List items, if no size is set.
kendo-list-sm-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the small List item.
kendo-list-md-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the medium List item.
kendo-list-lg-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the large List item.
kendo-list-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the List items, if no size is set.
kendo-list-sm-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the small List item.
kendo-list-md-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the medium List item.
kendo-list-lg-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the large List item.
kendo-list-sm-group-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the small List group item.
kendo-list-md-group-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the medium List group item.
kendo-list-lg-group-item-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the large List group item.
kendo-list-sm-group-item-padding-yk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem)
Description: The vertical padding of the small List group item.
kendo-list-md-group-item-padding-yk-spacing(1)var(--kendo-spacing-1, 0.25rem)Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem)
Description: The vertical padding of the medium List group item.
kendo-list-lg-group-item-padding-yk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem)
Description: The vertical padding of the large List group item.
kendo-list-group-item-border-width1px 0 0(1px 0 0)Default: 1px 0 0Computed: (1px 0 0)
Description: The border width of the List group items.
kendo-list-group-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the List group items, if no size is set.
kendo-list-sm-group-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the small List group item.
kendo-list-md-group-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the medium List group item.
kendo-list-lg-group-item-font-sizenullnullDefault: nullComputed: null
Description: The font size of the large List group item.
kendo-list-group-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the List group items, if no size is set.
kendo-list-sm-group-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the small List group item.
kendo-list-md-group-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the medium List group item.
kendo-list-lg-group-item-line-heightnullnullDefault: nullComputed: null
Description: The line height of the large List group item.
kendo-list-group-item-font-weightvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)Default: var( --kendo-font-weight-bold, normal )Computed: var(--kendo-font-weight-bold, normal)
Description: The font weight of a List group item.
kendo-list-item-group-label-sm-font-size.75em0.75emDefault: .75emComputed: 0.75em
Description: The font size of the small List item group label.
kendo-list-item-group-label-md-font-size.75em0.75emDefault: .75emComputed: 0.75em
Description: The font size of the medium List item group label.
kendo-list-item-group-label-lg-font-size.75em0.75emDefault: .75emComputed: 0.75em
Description: The font size of the large List item group label.
kendo-list-item-group-label-sm-line-heightinheritinheritDefault: inheritComputed: inherit
Description: The line height of the small List item group label.
kendo-list-item-group-label-md-line-heightinheritinheritDefault: inheritComputed: inherit
Description: The line height of the medium List item group label.
kendo-list-item-group-label-lg-line-heightinheritinheritDefault: inheritComputed: inherit
Description: The line height of the large List item group label.
kendo-list-item-group-label-sm-padding-x.5em0.5emDefault: .5emComputed: 0.5em
Description: The horizontal padding of the small List item group label.
kendo-list-item-group-label-md-padding-x.5em0.5emDefault: .5emComputed: 0.5em
Description: The horizontal padding of the medium List item group label.
kendo-list-item-group-label-lg-padding-x.5em0.5emDefault: .5emComputed: 0.5em
Description: The horizontal padding of the large List item group label.
kendo-list-item-group-label-sm-padding-y00Default: 0Computed: 0
Description: The vertical padding of the small List item group label.
kendo-list-item-group-label-md-padding-y00Default: 0Computed: 0
Description: The vertical padding of the medium List item group label.
kendo-list-item-group-label-lg-padding-y00Default: 0Computed: 0
Description: The vertical padding of the large List item group label.
kendo-list-sizes
sm: "font-size":"var(--kendo-font-size, inherit)","line-height":"var(--kendo-line-height, normal)","header-padding-x":"var(--kendo-spacing-2, 0.5rem)","header-padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","header-font-size":null,"header-line-height":null,"item-padding-x":"var(--kendo-spacing-2, 0.5rem)","item-padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","item-font-size":null,"item-line-height":null,"group-item-padding-x":"var(--kendo-spacing-2, 0.5rem)","group-item-padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","group-item-font-size":null,"group-item-line-height":null,"item-group-label-padding-x":"0.5em","item-group-label-padding-y":0,"item-group-label-font-size":"0.75em","item-group-label-line-height":"inherit","filter-padding-x":"var(--kendo-spacing-2, 0.5rem)","filter-padding-y":"var(--kendo-spacing-2, 0.5rem)"
md: "font-size":"var(--kendo-font-size, inherit)","line-height":"var(--kendo-line-height, normal)","header-padding-x":"var(--kendo-spacing-2, 0.5rem)","header-padding-y":"var(--kendo-spacing-1, 0.25rem)","header-font-size":null,"header-line-height":null,"item-padding-x":"var(--kendo-spacing-2, 0.5rem)","item-padding-y":"var(--kendo-spacing-1, 0.25rem)","item-font-size":null,"item-line-height":null,"group-item-padding-x":"var(--kendo-spacing-2, 0.5rem)","group-item-padding-y":"var(--kendo-spacing-1, 0.25rem)","group-item-font-size":null,"group-item-line-height":null,"item-group-label-padding-x":"0.5em","item-group-label-padding-y":0,"item-group-label-font-size":"0.75em","item-group-label-line-height":"inherit","filter-padding-x":"var(--kendo-spacing-2, 0.5rem)","filter-padding-y":"var(--kendo-spacing-2, 0.5rem)"
lg: "font-size":"var(--kendo-font-size-lg, inherit)","line-height":"var(--kendo-line-height-lg, normal)","header-padding-x":"var(--kendo-spacing-2, 0.5rem)","header-padding-y":"var(--kendo-spacing-1\\.5, 0.375rem)","header-font-size":null,"header-line-height":null,"item-padding-x":"var(--kendo-spacing-2, 0.5rem)","item-padding-y":"var(--kendo-spacing-2, 0.5rem)","item-font-size":null,"item-line-height":null,"group-item-padding-x":"var(--kendo-spacing-2, 0.5rem)","group-item-padding-y":"var(--kendo-spacing-1\\.5, 0.375rem)","group-item-font-size":null,"group-item-line-height":null,"item-group-label-padding-x":"0.5em","item-group-label-padding-y":0,"item-group-label-font-size":"0.75em","item-group-label-line-height":"inherit","filter-padding-x":"var(--kendo-spacing-2, 0.5rem)","filter-padding-y":"var(--kendo-spacing-2, 0.5rem)"
Computed: (sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-0\.5, 0.125rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-0\.5, 0.125rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-0\.5, 0.125rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1, 0.25rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1\.5, 0.375rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1\.5, 0.375rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)))
Description: The map with the sizes of the List.
kendo-list-bgk-color(surface-alt)var(--kendo-color-surface-alt, #ffffff)Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the List component.
kendo-list-textk-color(on-app-surface)var(--kendo-color-on-app-surface, #3d3d3d)Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the List component.
kendo-list-borderk-color(border)var(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: k-color(border)Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the List component.
kendo-list-header-bgnullnullDefault: nullComputed: null
Description: The background color of the List header.
kendo-list-header-textnullnullDefault: nullComputed: null
Description: The text color of the List header.
kendo-list-header-borderinheritinheritDefault: inheritComputed: inherit
Description: The border color of the List header.
kendo-list-header-shadowk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(2)Computed: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the List header.
kendo-list-item-bgnullnullDefault: nullComputed: null
Description: The background color of the List items.
kendo-list-item-textnullnullDefault: nullComputed: null
Description: The text color of the List items.
kendo-list-item-hover-bgcolor-mix(in srgb, k-color(on-app-surface) 8%, transparent )color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)Default: color-mix(in srgb, k-color(on-app-surface) 8%, transparent )Computed: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description: The background color of the hovered List items.
kendo-list-item-hover-textk-color(on-app-surface)var(--kendo-color-on-app-surface, #3d3d3d)Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the hovered List items.
kendo-list-item-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused List items.
kendo-list-item-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused List items.
kendo-list-item-focus-shadowinset 0 0 0 2px k-color(border-alt)(inset 0 0 0 2px var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16)))Default: inset 0 0 0 2px k-color(border-alt)Computed: (inset 0 0 0 2px var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16)))
Description: The box shadow of the focused List items.
kendo-list-item-selected-bgk-color(primary)var(--kendo-color-primary, #ff6358)Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358)
Description: The background color of the selected List items.
kendo-list-item-selected-textk-color(on-primary)var(--kendo-color-on-primary, #ffffff)Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff)
Description: The text color of the selected List items.
kendo-list-item-selected-hover-bgk-color(primary-hover)var(--kendo-color-primary-hover, #ea5a51)Default: k-color(primary-hover)Computed: var(--kendo-color-primary-hover, #ea5a51)
Description: The background color of the selected hovered List items.
kendo-list-item-selected-hover-textk-color(on-primary)var(--kendo-color-on-primary, #ffffff)Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff)
Description: The text color of the selected hovered List items.
kendo-list-group-item-bgnullnullDefault: nullComputed: null
Description: The background color of the List group items.
kendo-list-group-item-textnullnullDefault: nullComputed: null
Description: The text color of the List group items.
kendo-list-group-item-borderinheritinheritDefault: inheritComputed: inherit
Description: The border color of the List group items.
kendo-list-group-item-shadownullnullDefault: nullComputed: null
Description: The base shadow of the List group items.
kendo-list-option-label-textk-color(subtle)var(--kendo-color-subtle, #666666)Default: k-color(subtle)Computed: var(--kendo-color-subtle, #666666)
Description: The color of the 'Option Label' text.
Feedback