Skip to content

Commit

Permalink
Fix #1356: background of tree mode is transparent instead of white
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 24, 2021
1 parent 4b54776 commit eab98fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Expand Up @@ -3,6 +3,11 @@
https://github.com/josdejong/jsoneditor


## not yet published, version 9.5.3

- Fix #1356: background of tree mode is transparent instead of white.


## 2021-07-22, version 9.5.2

- Fix #675: Relative image urls in CSS replaced with absolute urls by build
Expand Down
2 changes: 2 additions & 0 deletions src/scss/jsoneditor/_editor.scss
Expand Up @@ -123,6 +123,8 @@ div {
height: 100%;
position: relative;
overflow: auto;
background: $jse-white;

button {
&.jsoneditor-button {
width: 24px;
Expand Down
1 change: 1 addition & 0 deletions test/test_build.html
Expand Up @@ -13,6 +13,7 @@
line-height: 150%;
width: 500px;
padding-left: 40px;
background: #f5f5f5;
}

code {
Expand Down

0 comments on commit eab98fe

Please sign in to comment.