Parcourir la source

Fixing dropdown menu for labels (#6617)

maTh il y a 1 an
Parent
commit
b92b80d124
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/layout/aside_feed.phtml

+ 2 - 2
app/layout/aside_feed.phtml

@@ -66,8 +66,8 @@
 				?>
 				<li id="t_<?= $tag->id() ?>" class="item feed<?= FreshRSS_Context::isCurrentGet('t_' . $tag->id()) ? ' active' : '' ?>" data-unread="<?= $tag->nbUnread() ?>">
 					<div class="dropdown no-mobile">
-						<div class="dropdown-target"></div>
-						<a class="dropdown-toggle"><?= _i('configure') ?></a>
+						<div id="dropdown-t-<?= $tag->id() ?>" class="dropdown-target"></div>
+						<a class="dropdown-toggle" href="#dropdown-t-<?= $tag->id() ?>"><?= _i('configure') ?></a>
 						<?php /* tag_config_template */ ?>
 					</div>
 					<a class="item-title" data-unread="<?= format_number($tag->nbUnread()) ?>" href="<?=