From a3a84e5b493aa871e5f2391b96c02adb0dedfc08 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 19 Jun 2021 14:12:50 +0100 Subject: [PATCH] Re: #39 - Adds specifc styles to fix status indicator tooltip Fixes styling issue causing status check tooltip to not be visible in certain themes --- src/components/LinkItems/Item.vue | 1 + src/components/LinkItems/StatusIndicator.vue | 3 ++- src/styles/color-themes.scss | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/LinkItems/Item.vue b/src/components/LinkItems/Item.vue index 53cb47fc..37c0733a 100644 --- a/src/components/LinkItems/Item.vue +++ b/src/components/LinkItems/Item.vue @@ -101,6 +101,7 @@ export default { html: false, placement: this.statusResponse ? 'left' : 'auto', delay: { show: 600, hide: 200 }, + classes: 'item-description-tooltip', }; }, /* Used by certain themes, which display an icon with animated CSS */ diff --git a/src/components/LinkItems/StatusIndicator.vue b/src/components/LinkItems/StatusIndicator.vue index 6b1864dd..7775fa62 100644 --- a/src/components/LinkItems/StatusIndicator.vue +++ b/src/components/LinkItems/StatusIndicator.vue @@ -112,7 +112,8 @@ export default {