Getting the badge search really ready

This commit is contained in:
2024-04-08 19:12:44 -04:00
parent 9eee2a928b
commit ef583e1328
8 changed files with 181 additions and 25 deletions

View File

@@ -174,7 +174,7 @@ let refresh_leads_list = setInterval(function () {
<!-- flex flex-row justify-center items-center m-auto -->
<tr
class:hidden={event_exhibit_tracking_obj.hide && !$events_loc.leads.show_hidden}
class:test_dim={event_exhibit_tracking_obj.hide}
class:fade_50={event_exhibit_tracking_obj.hide}
>
<td class="star text-center">
<!-- <span class="star_container flex flex-col justify-center items-center m-auto"> -->
@@ -388,12 +388,12 @@ let refresh_leads_list = setInterval(function () {
<style lang="postcss">
.test_dim {
/* .test_dim {
opacity: 0.5;
}
.test_dim:hover {
opacity: 1;
}
} */
/* Use the div.ae_quick_modal_container to block background clicks when using the section.ae_quick_popover. */
div.ae_quick_modal_container {