pgAdmin 4 commit: Move the 'btn-ignore-dropdown' css to the scss file t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Move the 'btn-ignore-dropdown' css to the scss file t
Date: 2022-04-20 11:58:25
Message-ID: E1nh8yX-0005AC-Mh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move the 'btn-ignore-dropdown' css to the scss file to ensure that it works with dark and high contrast themes.

refs #7282

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/schema_diff/static/css/schema_diff.css | 6 ------
web/pgadmin/tools/schema_diff/static/scss/_schema_diff.scss | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-04-20 13:00:34 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Akshay Joshi 2022-04-20 09:57:24 pgAdmin 4 commit: Added options 'Ignore owner' and 'Ignore whitespace'