Skip to content

Commit c5b010b

Browse files
authored
Merge pull request #726 from atom-minimap/visible-scroll-indicator
2 parents 0b63073 + 06db644 commit c5b010b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/minimap.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ atom-text-editor, html {
108108
position: absolute;
109109
display: block;
110110
right: 0;
111-
width: 2px;
111+
width: 1.5px;
112112
min-height: 2px;
113113
z-index: 10;
114-
background: @background-color-selected;
114+
background: #fff - @background-color-selected; // invert color
115115
}
116116

117117
.open-minimap-quick-settings {

0 commit comments

Comments
 (0)