Skip to content

Commit 9384703

Browse files
committed
fix: make scroll indicator more visible
1 parent 0b63073 commit 9384703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/minimap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ atom-text-editor, html {
111111
width: 2px;
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)