Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-JS fallback for reaction tooltips (go-gitea#28785)
When JavaScript is not loaded, fall back to displaying reaction tooltips with the default browser `title` attribute. An element with a present but empty `data-tooltip-content` will use the `title` attribute for its tippy.js tooltip content, so when JavaScript is enabled, this functions the same as the current behavior.
- Loading branch information