pgAdmin 4 commit: Fixed an issue where the current debug line is not vi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
Date: 2021-05-04 07:04:11
Message-ID: E1ldp6J-0005bB-2m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409

Branch
------
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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2021-05-04 08:36:34 [pgAdmin4] Update require.js library to latest version
Previous Message Akshay Joshi 2021-05-03 11:07:35 pgAdmin 4 commit: Fixed an issue where drag and drop object is not corr