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

Customizing Tabstrip

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tabstrip-wrapper-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-border-widthNumber0px0px
Description
The border width around the TabStrip wrapper.
$kendo-tabstrip-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the TabStrip.
$kendo-tabstrip-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the TabStrip.
$kendo-tabstrip-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the TabStrip.
$kendo-tabstrip-border-widthNumber1px1px
Description
The border width around the TabStrip.
$kendo-tabstrip-wrapper-bgNullnullnull
Description
The background color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-textNullnullnull
Description
The text color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-borderNullnullnull
Description
The border color of the TabStrip wrapper.
$kendo-tabstrip-bgNullnullnull
Description
The background color of the TabStrip.
$kendo-tabstrip-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the TabStrip.
$kendo-tabstrip-borderString$kendo-component-bordervar(--kendo-color-border, rgba(33, 37, 41, 0.13))
Description
The border color of the TabStrip.
$kendo-tabstrip-item-padding-xNumber$nav-link-padding-x1rem
Description
The horizontal padding of the TabStrip items.
$kendo-tabstrip-item-padding-yNumber$nav-link-padding-y0.5rem
Description
The vertical padding of the TabStrip items.
$kendo-tabstrip-item-border-widthNumber1px1px
Description
The border width around the TabStrip items.
$kendo-tabstrip-item-border-radiusStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The border radius of the TabStrip items.
$kendo-tabstrip-item-gapStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The gap between the TabStrip items.
$kendo-tabstrip-item-bgNullnullnull
Description
The background color of the TabStrip items.
$kendo-tabstrip-item-textString$kendo-link-textvar(--kendo-color-primary, #0d6efd)
Description
The text color of the TabStrip items.
$kendo-tabstrip-item-borderNullnullnull
Description
The border color of the TabStrip items.
$kendo-tabstrip-item-gradientNullnullnull
Description
The gradient of the TabStrip items.
$kendo-tabstrip-item-hover-bgNullnullnull
Description
The background color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #0c64e4)
Description
The text color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-borderStringif($kendo-enable-color-system, k-color( base-subtle ), $gray-200)var(--kendo-color-base-subtle, #e9ecef)
Description
The border color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-gradientNullnullnull
Description
The gradient of the hovered TabStrip items.
$kendo-tabstrip-item-selected-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the selected TabStrip items.
$kendo-tabstrip-item-selected-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the selected TabStrip items.
$kendo-tabstrip-item-selected-borderString$kendo-component-bordervar(--kendo-color-border, rgba(33, 37, 41, 0.13))
Description
The border color of the selected TabStrip items.
$kendo-tabstrip-item-selected-gradientNullnullnull
Description
The gradient of the selected TabStrip items.
$kendo-tabstrip-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 3px color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent)
Description
The shadow of the focused TabStrip items.
$kendo-tabstrip-item-dragging-shadowStringk-elevation(3)var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1))
Description
The shadow of the dragged TabStrip items.
$kendo-tabstrip-item-disabled-bgNullnullnull
Description
The background color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-textNullnullnull
Description
The text color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-borderNullnullnull
Description
The border color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-gradientNullnullnull
Description
The gradient of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-opacityNullnullnull
Description
The opacity of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-filterNullnullnull
Description
The filter of the disabled TabStrip items.
$kendo-tabstrip-indicator-sizeNullnullnull
Description
The border width of the TabStrip indicator.
$kendo-tabstrip-indicator-colorNullnullnull
Description
The border color of the TabStrip ripple.
$kendo-tabstrip-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TabStrip content.
$kendo-tabstrip-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TabStrip content.
$kendo-tabstrip-content-border-widthNumber$kendo-tabstrip-border-width1px
Description
The border width around the TabStrip content.
$kendo-tabstrip-content-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the TabStrip content.
$kendo-tabstrip-content-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the TabStrip content.
$kendo-tabstrip-content-borderString$kendo-component-bordervar(--kendo-color-border, rgba(33, 37, 41, 0.13))
Description
The border color of the TabStrip content.
$kendo-tabstrip-content-focus-borderString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The border color of the focused TabStrip content.

In this article

Not finding the help you need?