Customizing Tabstrip

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tabstrip-wrapper-padding-xk-spacing(0)
Description
The horizontal padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-padding-yk-spacing(0)
Description
The vertical padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-border-width0px
Description
The border width around the TabStrip wrapper.
$kendo-tabstrip-wrapper-bgtransparent
Description
The background color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-textinitial
Description
The text color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-borderinitial
Description
The border color of the TabStrip wrapper.
$kendo-tabstrip-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the TabStrip.
$kendo-tabstrip-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the TabStrip.
$kendo-tabstrip-line-heightvar( --kendo-line-height, normal )
Description
The line height of the TabStrip.
$kendo-tabstrip-border-width0px
Description
The border width around the TabStrip.
$kendo-tabstrip-bgtransparent
Description
The background color of the TabStrip.
$kendo-tabstrip-textvar( --kendo-component-text, initial )
Description
The text color of the TabStrip.
$kendo-tabstrip-bordertransparent
Description
The border color of the TabStrip.
$kendo-tabstrip-item-padding-xvar( --kendo-padding-x, #{$kendo-padding-md-x} )
Description
The horizontal padding of the TabStrip items.
$kendo-tabstrip-item-padding-ycalc( #{k-spacing(2)} + #{k-spacing(1)} )
Description
The vertical padding of the TabStrip items.
$kendo-tabstrip-item-border-width0px
Description
The border width around the TabStrip items.
$kendo-tabstrip-item-border-radiusk-border-radius(md)
Description
The border radius of the TabStrip items.
$kendo-tabstrip-item-gapk-spacing(2)
Description
The gap between the TabStrip items.
$kendo-tabstrip-item-bgtransparent
Description
The background color of the TabStrip items.
$kendo-tabstrip-item-textvar( --kendo-component-text, initial )
Description
The text color of the TabStrip items.
$kendo-tabstrip-item-bordertransparent
Description
The border color of the TabStrip items.
$kendo-tabstrip-item-disabled-textvar( --kendo-disabled-text, initial )
Description
The text color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-bgnone
Description
The background color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-bordervar( --kendo-disabled-border, initial )
Description
The border color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-opacitynull
Description
The opacity of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-filternull
Description
The filter of the disabled TabStrip items.
$kendo-tabstrip-item-hover-bgvar( --kendo-hover-bg, inherit )
Description
The background color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-textvar( --kendo-hover-text, inherit )
Description
The text color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-bordervar( --kendo-hover-bg, inherit )
Description
The border color of the hovered TabStrip items.
$kendo-tabstrip-item-selected-bgvar( --kendo-component-bg, transparent )
Description
The background color of the selected TabStrip items.
$kendo-tabstrip-item-selected-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
Description
The text color of the selected TabStrip items.
$kendo-tabstrip-item-selected-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the selected TabStrip items.
$kendo-tabstrip-item-selected-font-weightvar( --kendo-font-weight-bold, normal )
Description
The background gradient of the selected TabStrip items.
$kendo-tabstrip-item-focus-shadow$kendo-list-item-focus-shadow
Description
The shadow of the focused TabStrip items.
$kendo-tabstrip-item-dragging-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The text color of the dragged TabStrip items.
$kendo-tabstrip-indicator-sizek-spacing(0.5)
Description
The border width of the TabStrip indicator.
$kendo-tabstrip-indicator-colorif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the TabStrip ripple.
$kendo-tabstrip-content-padding-xk-spacing(3)
Description
The horizontal padding of the TabStrip content.
$kendo-tabstrip-content-padding-yk-spacing(1.5)
Description
The vertical padding of the TabStrip content.
$kendo-tabstrip-content-border-width1px
Description
The border width around the TabStrip content.
$kendo-tabstrip-content-bgvar( --kendo-component-bg, transparent )
Description
The background color of the TabStrip content.
$kendo-tabstrip-content-textvar( --kendo-component-text, inherit )
Description
The text color of the TabStrip content.
$kendo-tabstrip-content-bordertransparent
Description
The border color of the TabStrip content.
$kendo-tabstrip-content-focus-bordervar( --kendo-component-text, initial )
Description
The border color of the focused TabStrip content.
$kendo-tabstrip-scrollable-button-padding-xk-spacing(1)
Description
The horizontal button padding of the scrollable TabStrip.
$kendo-tabstrip-scrollable-button-padding-yk-spacing(1)

In this article

Not finding the help you need?