From f61649f2eb6350a078c4c4707600cceef4d18075 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 2 Sep 2020 14:47:04 +0100 Subject: [PATCH] ui: Reinstate tooltip for exposed paths pill (#8598) --- ui-v2/app/styles/components/healthcheck-output.scss | 5 ++++- ui-v2/app/styles/components/healthcheck-output/skin.scss | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui-v2/app/styles/components/healthcheck-output.scss b/ui-v2/app/styles/components/healthcheck-output.scss index d9e19fdeb5..117c43288f 100644 --- a/ui-v2/app/styles/components/healthcheck-output.scss +++ b/ui-v2/app/styles/components/healthcheck-output.scss @@ -2,7 +2,10 @@ .healthcheck-output { @extend %healthcheck-output; } -%healthcheck-output em::before { +%healthcheck-output dd em[data-tooltip] { + @extend %with-pseudo-tooltip; +} +%healthcheck-output dd em::before { width: 250px; /* TODO: All tooltips previously used */ /* nowrap, they shouldn't */ diff --git a/ui-v2/app/styles/components/healthcheck-output/skin.scss b/ui-v2/app/styles/components/healthcheck-output/skin.scss index 66faff0290..87ffad8309 100644 --- a/ui-v2/app/styles/components/healthcheck-output/skin.scss +++ b/ui-v2/app/styles/components/healthcheck-output/skin.scss @@ -16,6 +16,7 @@ } %healthcheck-output dd em { @extend %pill; + background-color: $gray-100; /*TODO: Should this be merged into %pill? */ cursor: default; font-style: normal;