Minor fix for help buttons and button styling

This commit is contained in:
Scott Idem
2024-08-14 09:39:35 -04:00
parent ca2dc11206
commit efedc88ade
4 changed files with 4 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ let ae_triggers: key_val = {};
title="Help and information about the session search"
>
<span class="fas fa-question-circle m-1"></span>
{#if $events_loc.pres_mgmt.show_menu__session_search}
{#if $events_loc.pres_mgmt.show_menu__session_search == 'help'}
Hide Help?
{:else}
Help?

View File

@@ -81,7 +81,7 @@ let ae_triggers: key_val = {};
title="Help and information about the reports"
>
<span class="fas fa-question-circle mx-1"></span>
{#if $events_loc.pres_mgmt.show_menu__event_reports}
{#if $events_loc.pres_mgmt.show_menu__event_reports == 'help'}
Hide Help?
{:else}
Help?

View File

@@ -166,7 +166,7 @@ let ae_triggers: key_val = {};
$events_sess.pres_mgmt.show_content__agree_text = $lq__event_presenter_obj?.event_presenter_id_random;
}
}
class="{ae_snip.classes__events_pres_mgmt_menu__button_warning} hover:variant-filled-warning"
class="{ae_snip.classes__events_pres_mgmt_menu__button_warning_special} hover:variant-filled-warning"
title="View terms and conditions"
>
<span class="fas fa-times bg-red-500 text-white px-1 mx-1" title="Not agreed to terms and conditions"></span>