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

From Akshay Joshi
Subject pgAdmin 4 commit: Move the 'btn-ignore-dropdown' css to the scss file t
Date
Msg-id E1nh8yX-0005AC-Mh@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Added options 'Ignore owner' and 'Ignore whitespace'
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React