mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 01:28:42 +02:00
refactor: remove tooltip
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{% spaceless %}
|
||||
<span class="tw-text-xs text-white-50 mx-1"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{{ content }}"
|
||||
_="install tooltip">
|
||||
data-bs-title="{{ content }}">
|
||||
<i class="fa-solid fa-circle-question fa-fw"></i>
|
||||
</span>
|
||||
{% endspaceless %}
|
||||
|
||||
@@ -54,8 +54,7 @@
|
||||
hx-boost="false"
|
||||
data-bs-placement="right"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{% translate "Only use this if you know what you're doing" %}"
|
||||
_="install tooltip">
|
||||
data-bs-title="{% translate "Only use this if you know what you're doing" %}">
|
||||
{% translate 'Django Admin' %}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user