Skip to content

Commit

Permalink
Merge pull request #726 from atom-minimap/visible-scroll-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 26, 2020
2 parents 0b63073 + 06db644 commit c5b010b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ atom-text-editor, html {
position: absolute;
display: block;
right: 0;
width: 2px;
width: 1.5px;
min-height: 2px;
z-index: 10;
background: @background-color-selected;
background: #fff - @background-color-selected; // invert color
}

.open-minimap-quick-settings {
Expand Down

0 comments on commit c5b010b

Please sign in to comment.