feat(ui-primitives): support delayed multiline tooltips

This commit is contained in:
_Kerman
2026-08-03 13:47:37 +08:00
parent 4d6bf76326
commit 94dabcb7ed
3 changed files with 60 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
color: var(--dsw-static-neutral-bluish-00);
font-size: 14px;
line-height: 22px;
white-space: nowrap;
white-space: pre-line;
pointer-events: none;
animation: tooltip-in 150ms var(--ds-ease-in-out);
}