Skip to content

Commit 1d8a3b3

Browse files
committed
docs(tooltip): add note about show-on-hover tooltips on mobile
1 parent 36e0183 commit 1d8a3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tooltip/metadata/tooltip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ examples:
300300
- id: tooltip-showOnHover
301301
name: Show on hover
302302
status: Unverified
303-
description: A tooltip that shows on hover using CSS only. Note that this approach does not support text wrapping.
303+
description: A tooltip that shows on hover using CSS only. Note that this approach does not support text wrapping. Also, note that these Tooltips will likely not work on touch-enabled devices without additional client-side scripting.
304304
markup: |
305305
<div class="spectrum-Examples">
306306
<div class="spectrum-Examples-item">

0 commit comments

Comments
 (0)