Changes between Initial Version and Version 1 of Ticket #46307, comment 4
- Timestamp:
- 08/16/2024 06:55:27 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46307, comment 4
initial v1 1 A alternative solution is to add a `<title>` attribute in the `<a>` tags. This will display a tooltip on hover.1 A alternative and quick solution is to add a `<title>` attribute in the `<a>` tags. This will display a tooltip on hover. 2 2 3 3 Here is a example: … … 7 7 I created a patch with the required changes here: https://github.com/diiegopereira/wordpress-develop/compare/trunk...ticket/46307 8 8 9 However, this tooltip will also be displayed on desktop. I'm not sure if this would be a issue.9 However, this tooltip will also be displayed on all screen resolutions. I'm not sure if this would be a issue.