Elevation Tokens

The (v1) Design Tokens are deprecated and will no longer receive updates or support. This documentation will remain available for reference purposes only.
Please refer to our newest Design Tokens documentation for the latest standards and guidelines.

Design Tokens: Getting Started

Appling a z-index token on a tooltip class in CSS.

.tooltip {
z-index: var(--sense-z-index-tooltip);
}

Search