1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(admin-plugin): fix dropdown for themes #211

This commit is contained in:
Awilum
2020-02-17 23:26:23 +03:00
parent f37c8a9097
commit c765b52ab2

View File

@@ -36,7 +36,7 @@
</td>
<td class="{% if key == registry.flextype.theme and theme.enabled == true %}{% else %}opacity-50{% endif %}">{{ theme.version }}</td>
<td class="text-right">
<button type="button" class="<js-d></js-d>ropdown-btn" data-dropdown="dropdown-{{ key }}">
<button type="button" class="js-dropdown-btn" data-dropdown="dropdown-{{ key }}">
<i class="icon">{{ icon('fas fa-ellipsis-h') }}</i>
</button>
<div id="dropdown-{{ key }}" class="dropdown">