From 1ec1db1ecbcf005256cf2c2f8b3ad4d394713917 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Mon, 4 Oct 2021 13:15:19 +0530 Subject: [PATCH] Fixed an issue where label is not visible on hover, while hover on icon or expand arrow. refs #6847 --- web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss index b4348c867..0a7599050 100644 --- a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss +++ b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss @@ -32,6 +32,11 @@ &:hover, &.pseudo-active { background-color: $tree-bg-hover !important; color: $tree-fg-hover !important; + span.file-label { + span.file-name { + color: $tree-text-hover-fg !important; + } + } } &.active, &.prompt { background-color: $tree-bg-selected !important;