1) Fixed an issue where JSON editor preview colours have inappropriate contrast in dark mode. Fixes #6944

2) Fixed JSON Editor scrolling issue in code mode. Fixes #6945
This commit is contained in:
Yogesh Mahajan
2021-11-15 10:58:17 +05:30
committed by Akshay Joshi
parent a47cbbe26c
commit e2e5a8208c
3 changed files with 22 additions and 1 deletions

View File

@@ -230,7 +230,9 @@ div.jsoneditor td.jsoneditor-tree {
}
pre.jsoneditor-preview{
background-color: $color-gray-lighter !important;
background-color: $color-gray-lighter !important;
opacity: 0.8;
color: $color-fg;
}