You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/styles/brackets_scrollbars.less
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
*
20
20
*/
21
21
22
-
/* Temporary fix for issue#10150 for weird project tree scrollbar behaviour on mac. Scrollbar not appearing on hover. Forcing the project tree div to render displays the scrollbar. So setting transparent background color of div on hover.
22
+
/* Temporary fix for issue#10150 for weird project tree scrollbar behaviour on mac. Scrollbar not appearing on hover. Forcing the project tree div to render displays the scrollbar. So setting transparent background color of div on hover.
23
23
*/
24
24
25
25
.platform-mac
@@ -156,9 +156,12 @@
156
156
.dark {
157
157
/* Custom scrollbar colors */
158
158
&.platform-win {
159
-
.CodeMirror-scrollbar-filler,
159
+
.CodeMirror-scrollbar-filler {
160
+
background-color: rgb(30, 30, 30);
161
+
}
162
+
160
163
.CodeMirror-gutter-filler {
161
-
background-color: rgb(15, 15, 15);
164
+
background-color: transparent;
162
165
}
163
166
164
167
// Note: when changing padding/margins, may need to adjust metrics in ScrollTrackMarkers.js
0 commit comments