Getting the badge search really ready
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user