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

Customizing Tooltip

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tooltip-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Tooltip.
$kendo-tooltip-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Tooltip.
$kendo-tooltip-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Tooltip.
$kendo-tooltip-border-widthNumber0px0px
Description
The width of the border around the Tooltip.
$kendo-tooltip-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Tooltip.
$kendo-tooltip-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Tooltip.
$kendo-tooltip-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Tooltip.
$kendo-tooltip-title-font-sizeCalculationcalc( var( --kendo-font-size-sm, .75rem ) * 1.25 )calc(var(--kendo-font-size-sm, 0.75rem) * 1.25)
Description
The font size of the Tooltip title.
$kendo-tooltip-title-line-heightStringvar( --kendo-line-heigh-xs, normal )var(--kendo-line-heigh-xs, normal)
Description
The line height of the Tooltip title.
$kendo-tooltip-title-marginStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The margin of the Tooltip title.
$kendo-tooltip-callout-sizeStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The size of the Tooltip callout.
$kendo-tooltip-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The default background of the Tooltip.
$kendo-tooltip-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The default text color of the Tooltip.
$kendo-tooltip-borderColortransparenttransparent
Description
The default border color of the Tooltip.
$kendo-tooltip-shadowStringvar( --kendo-box-shadow-depth-2, none )var(--kendo-box-shadow-depth-2, none)
Description
The box-shadow of the Tooltip.
$kendo-tooltip-button-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130, initial ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Tooltip button.

In this article

Not finding the help you need?