@@ -1484,11 +1484,11 @@ function snooze_dropdown($output, $unsnooze = false) {
14841484 $ values = nexter_formats ();
14851485
14861486 $ txt = '<div class="dropdown d-inline-block">
1487- <button type="button" class="btn btn-outline-success btn-sm dropdown-toggle" id="dropdownMenuSnooze" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-bs-auto-close="outside"> ' .$ output ->trans ('Snooze ' ).'</button >
1487+ <a class="hlink text-decoration-none dropdown-toggle" id="dropdownMenuSnooze" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-bs-auto-close="outside"> ' .$ output ->trans ('Snooze ' ).'</a >
14881488 <ul class="dropdown-menu" aria-labelledby="dropdownMenuSnooze"> ' ;
14891489 foreach ($ values as $ format ) {
14901490 $ labels = get_scheduled_date ($ format , true );
1491- $ txt .= '<li><a href="#" class="nexter_date_helper_snooze dropdown-item d-flex justify-content-between gap-5" data-value=" ' .$ format .'"><span> ' .$ output ->trans ($ labels [0 ]).'</span> <span class="text-end"> ' .$ labels [1 ].'</span></a></li> ' ;
1491+ $ txt .= '<li><a href="#" class="nexter_date_helper_snooze dropdown-item gap-5" data-value=" ' .$ format .'"><span> ' .$ output ->trans ($ labels [0 ]).'</span> <span class="text-end"> ' .$ labels [1 ].'</span></a></li> ' ;
14921492 }
14931493 $ txt .= '<li><hr class="dropdown-divider"></li> ' ;
14941494 $ txt .= '<li><label for="nexter_input_date_snooze" class="nexter_date_picker_snooze dropdown-item cursor-pointer"> ' .$ output ->trans ('Pick a date ' ).'</label> ' ;
@@ -1506,7 +1506,7 @@ function snooze_dropdown($output, $unsnooze = false) {
15061506function tags_dropdown ($ context , $ headers ) {
15071507 $ folders = $ context ->get ('tags ' , array ());
15081508 $ txt = '<div class="dropdown d-inline-block">
1509- <button type="button" class="btn btn-outline-success btn-sm dropdown-toggle" id="dropdownMenuTag" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> ' .$ context ->trans ('Tags ' ).'</button >
1509+ <a class="hlink text-decoration-none dropdown-toggle" id="dropdownMenuTag" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> ' .$ context ->trans ('Tags ' ).'</a >
15101510 <ul class="dropdown-menu" aria-labelledby="dropdownMenuTag"> ' ;
15111511
15121512 $ tags = !empty ($ headers ['X-Cypht-Tags ' ]) ? explode (', ' , $ headers ['X-Cypht-Tags ' ]) : array ();
0 commit comments