Customizing Breadcrumb

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-breadcrumb-margin-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal margin of the Breadcrumb
$kendo-breadcrumb-margin-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical margin of the Breadcrumb
$kendo-breadcrumb-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the Breadcrumb
$kendo-breadcrumb-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the Breadcrumb
$kendo-breadcrumb-border-widthNumber0px0px
Description
The width of the border around the Breadcrumb
$kendo-breadcrumb-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Breadcrumb
$kendo-breadcrumb-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
$kendo-breadcrumb-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small breadcrumb.
$kendo-breadcrumb-md-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the medium breadcrumb.
$kendo-breadcrumb-lg-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the large breadcrumb.
$kendo-breadcrumb-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size variable of the Breadcrumb.
$kendo-breadcrumb-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size variable of the small breadcrumb.
$kendo-breadcrumb-md-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size variable of the medium breadcrumb.
$kendo-breadcrumb-lg-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size variable of the large breadcrumb.
$kendo-breadcrumb-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Breadcrumb
$kendo-breadcrumb-textStringget-theme-color-var( neutral-130 )get-theme-color-var(neutral-130)
Description
The text color of the Breadcrumb
$kendo-breadcrumb-borderColortransparenttransparent
Description
The border color of the Breadcrumb
$kendo-breadcrumb-focus-shadowList0 0 0 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))0 0 0 1px color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent)
Description
The box shadow of the focused breadcrumb
$kendo-breadcrumb-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Breadcrumb link
$kendo-breadcrumb-sm-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-xString$kendo-breadcrumb-link-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large Breadcrumb link.
$kendo-breadcrumb-link-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Breadcrumb link
$kendo-breadcrumb-sm-link-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-yString$kendo-breadcrumb-link-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-yStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the large Breadcrumb link.
$kendo-breadcrumb-link-border-radiusNumber0px0px
Description
The radius of the border around the Breadcrumb link
$kendo-breadcrumb-link-initial-textStringinheritinherit
Description
The initial text color of the Breadcrumb link
$kendo-breadcrumb-link-bgColortransparenttransparent
Description
The background color of the Breadcrumb link
$kendo-breadcrumb-link-textStringget-theme-color-var( neutral-130 )get-theme-color-var(neutral-130)
Description
The text color of the Breadcrumb link
$kendo-breadcrumb-link-borderColortransparenttransparent
Description
The borer color of the Breadcrumb link
$kendo-breadcrumb-link-hover-bgStringvar( --kendo-hover-bg, initial )var(--kendo-hover-bg, initial)
Description
The background color of the hovered breadcrumb link
$kendo-breadcrumb-link-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered breadcrumb link
$kendo-breadcrumb-link-hover-borderStringvar( --kendo-hover-border, initial )var(--kendo-hover-border, initial)
Description
The border color of the hovered breadcrumb link
$kendo-breadcrumb-link-active-bgStringvar( --kendo-selected-bg, initial )var(--kendo-selected-bg, initial)
Description
The background color of the active breadcrumb link
$kendo-breadcrumb-link-active-textStringvar( --kendo-selected-text, initial )var(--kendo-selected-text, initial)
Description
The text color of the active breadcrumb link
$kendo-breadcrumb-link-active-borderStringif($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))var(--kendo-color-base-active, #edebe9)
Description
The border color of the active breadcrumb link
$kendo-breadcrumb-link-focus-bgColortransparenttransparent
Description
The background color of the focused breadcrumb link
$kendo-breadcrumb-link-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused breadcrumb link
$kendo-breadcrumb-link-focus-shadowListinset 0 0 0 1px get-theme-color-var( neutral-130 )inset 0 0 0 1px get-theme-color-var(neutral-130)
Description
The box shadow of the focused breadcrumb link
$kendo-breadcrumb-link-focus-hover-bgStringvar( --kendo-hover-bg, initial )var(--kendo-hover-bg, initial)
Description
The focus and hover background color of the Breadcrumb link
$kendo-breadcrumb-link-disabled-bgStringnonenone
Description
The background color of the disabled breadcrumb link
$kendo-breadcrumb-link-disabled-textStringvar( --kendo-disabled-text, initial )var(--kendo-disabled-text, initial)
Description
The text color of the disabled breadcrumb link
$kendo-breadcrumb-link-disabled-borderStringnonenone
Description
The border color of the disabled breadcrumb link
$kendo-breadcrumb-link-selected-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of selected the Breadcrumb link
$kendo-breadcrumb-link-selected-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected breadcrumb link
$kendo-breadcrumb-link-selected-borderColortransparenttransparent
Description
The border color of the selected breadcrumb link
$kendo-breadcrumb-link-selected-font-weightStringvar( --kendo-font-weight-bold, bold )var(--kendo-font-weight-bold, bold)
Description
The font weight of the selected breadcrumb link
$kendo-breadcrumb-root-link-bgColor$kendo-breadcrumb-link-bgtransparent
Description
The background color of the Breadcrumb root link
$kendo-breadcrumb-root-link-textString$kendo-breadcrumb-link-textget-theme-color-var(neutral-130)
Description
The text color of the Breadcrumb root link
$kendo-breadcrumb-root-link-borderColor$kendo-breadcrumb-link-bordertransparent
Description
The border color of the Breadcrumb root link
$kendo-breadcrumb-root-link-hover-bgString$kendo-breadcrumb-link-hover-bgvar(--kendo-hover-bg, initial)
Description
The background color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-hover-textString$kendo-breadcrumb-link-hover-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-hover-borderString$kendo-breadcrumb-link-hover-bordervar(--kendo-hover-border, initial)
Description
The border color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-active-bgString$kendo-breadcrumb-link-active-bgvar(--kendo-selected-bg, initial)
Description
The background color of the active breadcrumb root link
$kendo-breadcrumb-root-link-active-textString$kendo-breadcrumb-link-active-textvar(--kendo-selected-text, initial)
Description
The text color of the active breadcrumb root link
$kendo-breadcrumb-root-link-active-borderString$kendo-breadcrumb-link-active-bordervar(--kendo-color-base-active, #edebe9)
Description
The border color of the active breadcrumb root link
$kendo-breadcrumb-root-link-focus-bgColor$kendo-breadcrumb-link-focus-bgtransparent
Description
The background color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-textString$kendo-breadcrumb-link-focus-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-shadowList$kendo-breadcrumb-link-focus-shadowinset 0 0 0 1px get-theme-color-var(neutral-130)
Description
The border color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-hover-bgString$kendo-breadcrumb-link-focus-hover-bgvar(--kendo-hover-bg, initial)
Description
The focus and hover background color of the Breadcrumb root link
$kendo-breadcrumb-root-link-disabled-textString$kendo-breadcrumb-link-disabled-textvar(--kendo-disabled-text, initial)
Description
The text color of the disabled breadcrumb root link
$kendo-breadcrumb-icon-link-padding-yStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the Breadcrumb link icon
$kendo-breadcrumb-sm-icon-link-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-yString$kendo-breadcrumb-icon-link-padding-yvar(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the large Breadcrumb link icon.
$kendo-breadcrumb-icon-link-padding-xString$kendo-breadcrumb-icon-link-padding-yvar(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal padding of the Breadcrumb link icon
$kendo-breadcrumb-sm-icon-link-padding-xString$kendo-breadcrumb-sm-icon-link-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-xString$kendo-breadcrumb-icon-link-padding-xvar(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-xString$kendo-breadcrumb-lg-icon-link-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the large Breadcrumb link icon.
$kendo-breadcrumb-sizesMap( sm: ( link-padding-x: $kendo-breadcrumb-sm-link-padding-x, link-padding-y: $kendo-breadcrumb-sm-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y, font-size: $kendo-breadcrumb-sm-font-size, line-height: $kendo-breadcrumb-sm-line-height ), md: ( link-padding-x: $kendo-breadcrumb-md-link-padding-x, link-padding-y: $kendo-breadcrumb-md-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y, font-size: $kendo-breadcrumb-md-font-size, line-height: $kendo-breadcrumb-md-line-height ), lg: ( link-padding-x: $kendo-breadcrumb-lg-link-padding-x, link-padding-y: $kendo-breadcrumb-lg-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y, font-size: $kendo-breadcrumb-lg-font-size, line-height: $kendo-breadcrumb-lg-line-height ) )(sm: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-1\.5, 0.375rem), icon-link-padding-x: var(--kendo-spacing-2, 0.5rem), icon-link-padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-2, 0.5rem), icon-link-padding-x: var(--kendo-spacing-2\.5, 0.625rem), icon-link-padding-y: var(--kendo-spacing-2\.5, 0.625rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-2\.5, 0.625rem), icon-link-padding-x: var(--kendo-spacing-3, 0.75rem), icon-link-padding-y: var(--kendo-spacing-3, 0.75rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)))
Description
The sizes map for the Breadcrumb.

In this article

Not finding the help you need?