Updated query error row selection color as per dark theme style guide. Fixes #6723

This commit is contained in:
Nikhil Mohite 2021-09-17 21:04:49 +05:30 committed by Akshay Joshi
parent 99c99a9ce9
commit 44e770aa0b
2 changed files with 3 additions and 0 deletions

View File

@ -25,4 +25,5 @@ Bug fixes
| `Issue #3827 <https://redmine.postgresql.org/issues/3827>`_ - Ensure that in the Query History tab, query details should be scrollable.
| `Issue #6712 <https://redmine.postgresql.org/issues/6712>`_ - Fixed an issue where collapse and expand arrows mismatch in case of nested IF.
| `Issue #6713 <https://redmine.postgresql.org/issues/6713>`_ - Fixed an issue where the last message is not visible in the Debugger.
| `Issue #6723 <https://redmine.postgresql.org/issues/6723>`_ - Updated query error row selection color as per dark theme style guide.
| `Issue #6724 <https://redmine.postgresql.org/issues/6724>`_ - Fixed an issue where the drop cascade button enables for Databases.

View File

@ -65,6 +65,8 @@ $alert-warning-color: $color-bg;
$alert-header-fg: $color-fg;
$table-bg: $color-gray-lighter;
// SET sql text selection background color.
$sql-editor-selection-bg: #536270;
$color-editor-fg: #7dc9f1;
$color-editor-keyword: #db7c74;