public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][Patch] - RM #4596 - Directory tree indent guides
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][Patch] - RM #4596 - Directory tree indent guides
@ 2021-10-12 11:34 Khushboo Vashi <[email protected]>
2021-10-12 12:25 ` Re: [pgAdmin4][Patch] - RM #4596 - Directory tree indent guides Akshay Joshi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Khushboo Vashi @ 2021-10-12 11:34 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
Please find the attached patch to fix the RM #4596 - Directory tree indent
guides.
Thanks,
Khushboo
Attachments:
[application/octet-stream] RM_4596.patch (1.2K, 3-RM_4596.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 3851a16db..e483852e3 100644
--- a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss
+++ b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss
@@ -26,9 +26,28 @@
align-items: center;
white-space: nowrap;
padding: 2px 0;
- padding-left: 2px;
cursor: pointer !important;
color: $tree-text-fg !important;
+ &:before {
+ content: '';
+ background: $color-gray-light;
+ position: absolute;
+ width: 1px;
+ height: 100%;
+ box-shadow: -16px 0 0 0 $color-gray-light,
+ -32px 0 0 0 $color-gray-light,
+ -48px 0 0 0 $color-gray-light,
+ -64px 0 0 0 $color-gray-light,
+ -80px 0 0 0 $color-gray-light,
+ -96px 0 0 0 $color-gray-light,
+ -112px 0 0 0 $color-gray-light,
+ -128px 0 0 0 $color-gray-light,
+ -144px 0 0 0 $color-gray-light,
+ -160px 0 0 0 $color-gray-light,
+ -176px 0 0 0 $color-gray-light,
+ -192px 0 0 0 $color-gray-light,
+ -208px 0 0 0 $color-gray-light;
+ }
&:hover, &.pseudo-active {
background-color: $tree-bg-hover !important;
color: $tree-fg-hover !important;
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][Patch] - RM #4596 - Directory tree indent guides
2021-10-12 11:34 [pgAdmin4][Patch] - RM #4596 - Directory tree indent guides Khushboo Vashi <[email protected]>
@ 2021-10-12 12:25 ` Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2021-10-12 12:25 UTC (permalink / raw)
To: Khushboo Vashi <[email protected]>; +Cc: pgadmin-hackers
Thanks, the patch applied.
On Tue, Oct 12, 2021 at 5:04 PM Khushboo Vashi <
[email protected]> wrote:
> Hi,
>
> Please find the attached patch to fix the RM #4596 - Directory tree
> indent guides.
>
> Thanks,
> Khushboo
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2021-10-12 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 11:34 [pgAdmin4][Patch] - RM #4596 - Directory tree indent guides Khushboo Vashi <[email protected]>
2021-10-12 12:25 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox