SplitButton

SplitButtons allow the user to either click a button to execute a default action, or open a drop-down list to select a predefined option.

Sass Variables

The Telerik and Kendo UI SplitButton is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the Sass variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-split-button-focus-shadow$kendo-button-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)Default: $kendo-button-focus-shadowComputed: 0 0 0 2px rgba(0, 0, 0, 0.08)
Description: The focus shadow of the SplitButton.
kendo-split-button-arrow-padding-x$kendo-button-padding-y4pxDefault: $kendo-button-padding-yComputed: 4px
Description: The horizontal padding of the arrow Button.
kendo-split-button-sm-arrow-padding-x$kendo-button-sm-padding-y2pxDefault: $kendo-button-sm-padding-yComputed: 2px
Description: The horizontal padding of the small arrow Button.
kendo-split-button-md-arrow-padding-x$kendo-button-md-padding-y4pxDefault: $kendo-button-md-padding-yComputed: 4px
Description: The horizontal padding of the medium arrow Button.
kendo-split-button-lg-arrow-padding-x$kendo-button-lg-padding-y8pxDefault: $kendo-button-lg-padding-yComputed: 8px
Description: The horizontal padding of the large arrow Button.
kendo-split-button-arrow-padding-y$kendo-button-padding-y4pxDefault: $kendo-button-padding-yComputed: 4px
Description: The vertical padding of the arrow Button.
kendo-split-button-sm-arrow-padding-y$kendo-button-sm-padding-y2pxDefault: $kendo-button-sm-padding-yComputed: 2px
Description: The vertical padding of the small arrow Button.
kendo-split-button-md-arrow-padding-y$kendo-button-md-padding-y4pxDefault: $kendo-button-md-padding-yComputed: 4px
Description: The vertical padding of the medium arrow Button.
kendo-split-button-lg-arrow-padding-y$kendo-button-lg-padding-y8pxDefault: $kendo-button-lg-padding-yComputed: 8px
Description: The vertical padding of the large arrow Button.