Tooltips for Pin, Star, and Globe buttons on page edit #34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The icons that signify whether to publish, feature, or pin an item to a menu do not have tooltips that indicate what they do. As a result, their function is non-obvious.
By modifying the
title
attribute of each button, a simple linger-hover tooltip can be provided. For example, inbrain/views/partials/options.pug
:This creates a tooltip over the Pin icon that says "Pin to Menu".
Been meaning to do this and but it slipped through the cracks of all the other stuff I was plugging in.
Appreciate this assist.
No problem, happy to help. PR forthcoming.