pgAdmin 4 commit: Fix the following issues for High Contrast Theme:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the following issues for High Contrast Theme:
Date: 2020-07-20 10:48:47
Message-ID: E1jxTLj-0001RF-MU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the following issues for High Contrast Theme:
1) Schema diff compare button icon is not visible on hover.
2) Schema diff for identical section text is not readable due to the same color as the background.
3) Removed extra variables used for set text color for explain - Analysis section (Issue related dark theme.).
4) Issue related to the disabled toggle button.

refs #5653

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3983e2c13c4bf03782041cf37049fed2513ff6ac
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/static/explain/scss/_explain.scss | 1 -
web/pgadmin/static/scss/_bootstrap.overrides.scss | 8 ++++++--
.../static/scss/resources/_default.variables.scss | 2 +-
.../scss/resources/dark/_theme.variables.scss | 1 -
.../resources/high_contrast/_theme.variables.scss | 2 +-
.../tools/schema_diff/static/css/schema_diff.css | 21 ++++++++++-----------
.../schema_diff/static/js/schema_diff.backform.js | 2 +-
.../tools/schema_diff/static/scss/_schema_diff.scss | 6 +++++-
8 files changed, 24 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-20 10:50:11 Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding
Previous Message Akshay Joshi 2020-07-20 10:45:55 Re: [pgAdmin][Patch] RM5571 - Expression in exclusion constraint is misinterpreted and quoted as column name by mistake