public inbox for [email protected]  
help / color / mirror / Atom feed
From: Khushboo Vashi <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: Re: [pgAdmin4][Patch] - RM #6847 - High Contrast theme hover issue
Date: Mon, 4 Oct 2021 13:10:41 +0530
Message-ID: <CAFOhELcq37ioBd8WZ3_dB2bVv1dHSqzdiWWnFFHq2Ws9DOqjzg@mail.gmail.com> (raw)
In-Reply-To: <CAFOhELdrs6own195ah+L0g6F5B-OsCEY=CoYXCTRcPvSDq7yog@mail.gmail.com>
References: <CAFOhELdrs6own195ah+L0g6F5B-OsCEY=CoYXCTRcPvSDq7yog@mail.gmail.com>

Hi,

Please find the attached patch to fix the hover issue.

Thanks,
Khushboo

On Mon, Oct 4, 2021 at 11:36 AM Khushboo Vashi <
[email protected]> wrote:

> Hi,
>
> Please find the attached patch to fix the RM #6847 - [UI-Tree view][High
> Contrast theme]: Hover on any node its label is not visible.
>
> Thanks,
> Khushboo
>


Attachments:

  [application/octet-stream] RM_6847_v1.patch (608B, 3-RM_6847_v1.patch)
  download | inline diff:
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;


view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4][Patch] - RM #6847 - High Contrast theme hover issue
  In-Reply-To: <CAFOhELcq37ioBd8WZ3_dB2bVv1dHSqzdiWWnFFHq2Ws9DOqjzg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox