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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix the following issues for High Contrast Theme:
Дата
Msg-id E1jxTLj-0001RF-MU@gothos.postgresql.org
обсуждение исходный текст
Список 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.mohite@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][Patch] RM5571 - Expression in exclusion constraint is misinterpreted and quoted as column name by mistake
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 5650 - [LDAP] Support Anonymous Binding