forked from mirrors/bookwyrm
Adds tooltip component
This commit is contained in:
parent
eb93abceb2
commit
d63e7243f5
1 changed files with 8 additions and 0 deletions
8
bookwyrm/templates/components/tooltip.html
Normal file
8
bookwyrm/templates/components/tooltip.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% load i18n %}
|
||||
|
||||
<aside class="notification is-hidden transition-y" data-hide="hide_tooltip_{{ controls_text }}">
|
||||
<button class="delete set-display" type="button" data-id="hide_tooltip_{{ controls_text }}">
|
||||
{% trans "Close" %}
|
||||
</button>
|
||||
{% block tooltip_content %}{% endblock %}
|
||||
</aside>
|
Loading…
Reference in a new issue