New to Kendo UI for Angular? Start a free 30-day trial
Customizing Tabstrip
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-tabstrip-wrapper-padding-x | 0px | ||
Description
The horizontal padding of the tabstrip wrapper | |||
$kendo-tabstrip-wrapper-padding-y | 0px | ||
Description
The vertical padding of the tabstrip wrapper | |||
$kendo-tabstrip-wrapper-border-width | 0px | ||
Description
The width of the border around the tabstrip wrapper | |||
$kendo-tabstrip-wrapper-bg | transparent | ||
Description
The background color of the tabstrip wrapper | |||
$kendo-tabstrip-wrapper-text | initial | ||
Description
The text color of the tabstrip wrapper | |||
$kendo-tabstrip-wrapper-border | initial | ||
Description
The border color of the tabstrip wrapper | |||
$kendo-tabstrip-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the tabstrip | |||
$kendo-tabstrip-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the tabstrip | |||
$kendo-tabstrip-line-height | var( --kendo-line-height, normal ) | ||
Description
The line height of the tabstrip | |||
$kendo-tabstrip-border-width | 0px | ||
Description
The width of the border around the tabstrip | |||
$kendo-tabstrip-bg | transparent | ||
Description
The background color of the tabstrip | |||
$kendo-tabstrip-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the tabstrip | |||
$kendo-tabstrip-border | transparent | ||
Description
The border color of the tabstrip | |||
$kendo-tabstrip-item-padding-x | var( --kendo-padding-x, #{$kendo-padding-md-x} ) | ||
Description
The horizontal padding of the tabstrip item | |||
$kendo-tabstrip-item-padding-y | map.get( $kendo-spacing, 2 ) + map.get( $kendo-spacing, 1 ) | ||
Description
The vertical padding of the tabstrip item | |||
$kendo-tabstrip-item-border-width | 0px | ||
Description
The width of the border around the tabstrip item | |||
$kendo-tabstrip-item-border-radius | var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) | ||
Description
The border radius of the tabstrip item | |||
$kendo-tabstrip-item-gap | map.get( $kendo-spacing, 2 ) | ||
Description
The gap between the tabstrip items | |||
$kendo-tabstrip-item-bg | transparent | ||
Description
The background color of the tabstrip item | |||
$kendo-tabstrip-item-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the tabstrip item | |||
$kendo-tabstrip-item-border | transparent | ||
Description
The border color of the tabstrip item | |||
$kendo-tabstrip-item-disabled-text | var( --kendo-disabled-text, initial ) | ||
Description
The text color of the disabled tabstrip item | |||
$kendo-tabstrip-item-disabled-bg | none | ||
Description
The background color of the disabled tabstrip item | |||
$kendo-tabstrip-item-disabled-border | var( --kendo-disabled-border, initial ) | ||
Description
The border color of the disabled tabstrip item | |||
$kendo-tabstrip-item-hover-bg | var( --kendo-hover-bg, inherit ) | ||
Description
The background color of hovered tabs | |||
$kendo-tabstrip-item-hover-text | var( --kendo-hover-text, inherit ) | ||
Description
The text color of hovered tabs | |||
$kendo-tabstrip-item-hover-border | var( --kendo-hover-bg, inherit ) | ||
Description
The border color of hovered tabs | |||
$kendo-tabstrip-item-selected-bg | var( --kendo-component-bg, transparent ) | ||
Description
The background color of selected tabs | |||
$kendo-tabstrip-item-selected-text | k-get-theme-color-var( neutral-190 ) | ||
Description
The text color of selected tabs | |||
$kendo-tabstrip-item-selected-border | k-get-theme-color-var( primary-100 ) | ||
Description
The border color of selected tabs | |||
$kendo-tabstrip-item-selected-font-weight | var( --kendo-font-weight-bold, normal ) | ||
Description
The background gradient of selected tabs | |||
$kendo-tabstrip-item-focus-shadow | $kendo-list-item-focus-shadow | ||
Description
The focus shadow of the tabstrip item | |||
$kendo-tabstrip-item-dragging-text | k-get-theme-color-var( primary-100 ) | ||
Description
The text color of the sortable tabstrip item | |||
$kendo-tabstrip-indicator-size | map.get( $kendo-spacing, 0.5 ) | ||
Description
The border width of the tabstrip indicator | |||
$kendo-tabstrip-indicator-color | k-get-theme-color-var( primary-100 ) | ||
Description
The border color of the tabstrip ripple | |||
$kendo-tabstrip-content-padding-x | map.get( $kendo-spacing, 3 ) | ||
Description
The horizontal padding of tabstrip content | |||
$kendo-tabstrip-content-padding-y | map.get( $kendo-spacing, 1.5 ) | ||
Description
The vertical padding of tabstrip content | |||
$kendo-tabstrip-content-border-width | 1px | ||
Description
The width of border around tabstrip content | |||
$kendo-tabstrip-content-bg | var( --kendo-component-bg, transparent ) | ||
Description
The background color of tabstrip content | |||
$kendo-tabstrip-content-text | var( --kendo-component-text, inherit ) | ||
Description
The text color of tabstrip content | |||
$kendo-tabstrip-content-border | transparent | ||
Description
The border color of tabstrip content | |||
$kendo-tabstrip-content-focus-border | var( --kendo-component-text, initial ) | ||
Description
The border color of tabstrip focused content | |||
$kendo-tabstrip-scrollable-button-padding-x | map.get( $kendo-spacing, 1 ) | ||
Description
The horizontal button padding of the scrollable tabstrip | |||
$kendo-tabstrip-scrollable-button-padding-y | map.get( $kendo-spacing, 1 ) | ||