New to Kendo UI for Angular? Start a free 30-day trial

Customizing Common

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-chip-lg-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the large Chip.
$kendo-base-bgString$gray-100var(--kendo-color-surface, #f8f9fa)
Description
The background of the components' chrome area.
$kendo-base-textString$kendo-body-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the components' chrome area.
$kendo-base-borderStringk-try-shade( $kendo-base-bg, 1 )var(--kendo-color-border, #dee2e6)
Description
The border color of the components' chrome area.
$kendo-base-gradientNullnullnull
Description
The gradient background of the components' chrome area.
$kendo-hover-bgString$gray-200var(--kendo-color-base-subtle-hover, #dee2e6)
Description
The background of hovered items.
$kendo-hover-textString$kendo-base-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of hovered items.
$kendo-hover-borderStringk-try-shade( $kendo-hover-bg, 1 )var(--kendo-color-border, #dee2e6)
Description
The border color of hovered items.
$kendo-hover-gradientNullnullnull
Description
The gradient background of hovered items.
$kendo-selected-bgString$kendo-color-primaryvar(--kendo-color-primary, #0d6efd)
Description
The background of selected items.
$kendo-selected-textStringk-contrast-color( $kendo-selected-bg )var(--kendo-color-on-primary, #ffffff)
Description
The text color of selected items.
$kendo-selected-borderStringk-try-shade( $kendo-selected-bg, 1 )var(--kendo-color-primary, #0d6efd)
Description
The border color of selected items.
$kendo-selected-gradientNullnullnull
Description
The gradient background of selected items.
$kendo-disabled-textStringif( $kendo-is-dark-theme, $gray-600, $gray-500)var(--kendo-color-on-app-surface, #212529)
Description
Text color of disabled items.
$kendo-line-height-xsNumber11
Description
The extra small line height across all components.

In this article

Not finding the help you need?