New to Kendo UI for Angular? Start a free 30-day trial
Customizing Splitter
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-splitter-border-width | Number | 1px | 1px |
Description
The width of the border around the Splitter. | |||
$kendo-splitter-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Splitter. | |||
$kendo-splitter-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Splitter. | |||
$kendo-splitter-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Splitter. | |||
$kendo-splitter-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the Splitter. | |||
$kendo-splitter-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the Splitter. | |||
$kendo-splitter-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the Splitter. | |||
$kendo-splitter-splitbar-size | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The size of the Splitter split bar. | |||
$kendo-splitter-drag-handle-length | Number | 20px | 20px |
Description
The length of the Splitter drag handle. | |||
$kendo-splitter-drag-handle-thickness | Number | 2px | 2px |
Description
The thickness of the Splitter drag handle. | |||
$kendo-splitter-drag-icon-margin | Calculation | calc( #{k-spacing(3.5)} / 2 ) | calc(var(--kendo-spacing-3\.5, 0.875rem) / 2) |
Description
The margin of the Splitter drag handle icon. | |||
$kendo-splitter-collapse-icon-padding-x | Null | null | null |
Description
The horizontal padding of the collapse icon in the Splitter. | |||
$kendo-splitter-collapse-icon-padding-y | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The vertical padding of the collapse icon in the Splitter. | |||
$kendo-splitbar-bg | String | if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-splitter-bg, 1 )) | var(--kendo-color-base-subtle, #ebebeb) |
Description
The background color of the Splitter split bar. | |||
$kendo-splitbar-text | String | $kendo-subtle-text | var(--kendo-color-subtle, #757575) |
Description
The text color of the Splitter split bar. | |||
$kendo-splitbar-hover-bg | String | if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) | var(--kendo-color-base-hover, #ebebeb) |
Description
The hover background color of the Splitter split bar. | |||
$kendo-splitbar-hover-text | String | $kendo-splitbar-text | var(--kendo-color-subtle, #757575) |
Description
The hover text color of the Splitter split bar. | |||
$kendo-splitbar-selected-bg | String | $kendo-color-primary | var(--kendo-color-primary, #3f51b5) |
Description
The selected background color of the Splitter split bar. | |||
$kendo-splitbar-selected-text | String | $kendo-color-primary-contrast | var(--kendo-color-on-primary, #ffffff) |
Description
The selected text color of the Splitter split bar. |