diff --git a/public/filterContainment.png b/public/filterContainment.png index 771c62a..519da24 100644 Binary files a/public/filterContainment.png and b/public/filterContainment.png differ diff --git a/src/components/Discover/Map/SidebarFilter.vue b/src/components/Discover/Map/SidebarFilter.vue index a42b7e2..d7738d6 100644 --- a/src/components/Discover/Map/SidebarFilter.vue +++ b/src/components/Discover/Map/SidebarFilter.vue @@ -166,18 +166,18 @@ export default { isDisabled: true, // Apply Button disabled setting tooltip: { containment: { - value: 'filterContainment', + value: 'filterContainment', escape: false, autoHide: false, pt: { root: { - class: 'p-0 bg-transparent' + class: 'bg-transparent' }, arrow: { class: 'hidden' }, text: { - class: 'p-0 bg-transparent shadow-none' + class: 'p-0 bg-transparent' } } }