From 9aa8b9bc3ea77ccc377fb3d1e6847c62e15cf495 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 17 May 2019 02:29:28 +0200 Subject: [PATCH] :lipstick: Fix tooltip color background --- frontend/resources/styles/common/framework.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index 8726cc48c..82e823d01 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -855,7 +855,7 @@ input[type=range]:focus::-ms-fill-upper { &:hover { &::after { - background-color: $dark-ui-bg; + background-color: $primary-ui-bg; border-radius: $br-small; color: $medium-ui-text; content: attr(alt);