pgAdmin 4 commit: Fixed an issue where the current debug line is not vi - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
Date
Msg-id E1lgjkb-0001uU-RM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac403d0dfab6f298c574c8a1ebe7deb1e755b1c2

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                                      | 1 +
web/pgadmin/static/scss/_codemirror.overrides.scss                    | 2 +-
web/pgadmin/static/scss/resources/dark/_theme.variables.scss          | 2 +-
web/pgadmin/static/scss/resources/high_contrast/_theme.variables.scss | 2 +-
web/pgadmin/tools/debugger/static/scss/_debugger.scss                 | 3 ---
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss               | 4 ----
6 files changed, 4 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM6399]: Add panel option allows to add duplicate tabs.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve some strings.