mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated query error row selection color as per dark theme style guide. Fixes #6723
This commit is contained in:
parent
99c99a9ce9
commit
44e770aa0b
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user