Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Color no-changes in diff heatmap also in grey
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Stitz committed Mar 25, 2017
1 parent 9f34043 commit e40e7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/diff_heat_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DiffHeatMap implements IAppView {
private selectedTables;

private colorLow = '#d8b365';
private colorMed = 'white';
private colorMed = '#d8d8d8';
private colorHigh = '#8da0cb';

private borderWidth = 2;
Expand Down
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ select.form-control {
border: 1px solid black;
margin: 0 50px;
width: calc(100% - 100px);
background: white;
background: $no-change-color;

& div.transform > div {
position: absolute;
Expand Down

0 comments on commit e40e7e5

Please sign in to comment.