Tooltip

Tooltips are activated on hover, focus, or click, and display brief informative text or guidance about the respective element.

Sass Variables

The Telerik and Kendo UI Tooltip enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-tooltip-padding-y$kendo-padding-md-y4pxDefault: $kendo-padding-md-yComputed: 4px
Description: The vertical padding of the Tooltip.
kendo-tooltip-padding-x$kendo-padding-md-x8pxDefault: $kendo-padding-md-xComputed: 8px
Description: The horizontal padding of the Tooltip.
kendo-tooltip-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the Tooltip.
kendo-tooltip-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the Tooltip.
kendo-tooltip-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Tooltip.
kendo-tooltip-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Tooltip.
kendo-tooltip-line-height1.251.25Default: 1.25Computed: 1.25
Description: The line height of the Tooltip.
kendo-tooltip-title-font-size($kendo-tooltip-font-size * 1.25)17.5pxDefault: ($kendo-tooltip-font-size * 1.25)Computed: 17.5px
Description: The font size of the Tooltip title.
kendo-tooltip-title-line-height11Default: 1Computed: 1
Description: The line height of the Tooltip title.
kendo-tooltip-callout-size6px6pxDefault: 6pxComputed: 6px
Description: The size of the Tooltip callout.
kendo-tooltip-bgif($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 )) rgba(0, 0, 0, 0.75)Default: if($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))Computed: rgba(0, 0, 0, 0.75)
Description: The default background of the Tooltip.
kendo-tooltip-textif($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg )) whiteDefault: if($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))Computed: white
Description: The default text color of the Tooltip.
kendo-tooltip-border$kendo-tooltip-bg rgba(0, 0, 0, 0.75)Default: $kendo-tooltip-bgComputed: rgba(0, 0, 0, 0.75)
Description: The default border color of the Tooltip.
kendo-tooltip-shadowk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(2)Computed: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box-shadow of the Tooltip.
kendo-tooltip-theme-colors$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)Default: $kendo-theme-colorsComputed: ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)
Description: The theme colors map for the Tooltip.
kendo-tooltip-themetooltip-theme( $kendo-tooltip-theme-colors )("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358))Default: tooltip-theme( $kendo-tooltip-theme-colors )Computed: ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358))
Description: The generated theme colors map for the Tooltip.