-
Hi, How to customise (increase) delay time when tooltips are shown for <sl-copy-button>?
thx |
Beta Was this translation helpful? Give feedback.
Answered by
claviska
Feb 10, 2025
Replies: 1 comment 2 replies
-
You should be able to do this: sl-copy-button::part(tooltip) {
--show-delay: 1s;
} However, it looks like the tooltip's parts are being exported, but not the tooltip itself, which is a bug. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dstoch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to do this:
However, it looks like the tooltip's parts are being exported, but not the tooltip itself, which is a bug.