Customizing Split-button

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-split-button-sm-arrow-padding-yString$kendo-button-sm-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-yString$kendo-button-md-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-yString$kendo-button-lg-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large arrow Button.
$kendo-split-button-sm-arrow-padding-xString$kendo-split-button-sm-arrow-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-xString$kendo-split-button-md-arrow-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The horizontal padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-xString$kendo-split-button-lg-arrow-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large arrow Button.
$kendo-split-button-arrow-delimiter-sizeCalculationcalc( #{$kendo-button-inner-calc-size} / 2 )calc(calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2) / 2)
Description
The height of the SplitButton arrow delimiter.
$kendo-split-button-arrow-delimiter-line-sizeNumber1px1px
Description
The width of the SplitButton arrow delimiter.
$kendo-split-button-arrow-delimiter-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 28%, transparent)
Description
The background color of the SplitButton arrow delimiter.
$kendo-split-button-sizesMap( sm: $kendo-split-button-sm-arrow-padding-y, md: $kendo-split-button-md-arrow-padding-y, lg: $kendo-split-button-lg-arrow-padding-y )(sm: var(--kendo-spacing-1, 0.25rem), md: var(--kendo-spacing-1\.5, 0.375rem), lg: var(--kendo-spacing-2, 0.5rem))
Description
The sizes map for the SplitButton.

In this article

Not finding the help you need?