Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 8b103ec

Browse files
captbaritonezsun
authored and
zsun
committed
Don't depend upon @syntax-cursor-line
Summary: This variable is specific to the one-light/one-dark themes. Compiling the less will crash if you try to use a different theme, for example: Atom Dark. Reviewed By: sunz7 Differential Revision: D10258614 fbshipit-source-id: da419c58cf0d2892abc00561714ad85fd258fc85
1 parent f5dfcf0 commit 8b103ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nuclide-scrollbar-indicators/styles/scroll-indicators.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ atom-text-editor:not(.nuclide-wrapped-editor) /deep/ ::-webkit-scrollbar {
5050
width: 12px;
5151

5252
&-thumb:vertical {
53-
background-color: @syntax-cursor-line; // mix(@syntax-background-color, @syntax-cursor-color);
53+
background-color: hsla(220, 100%, 80%, .04);
5454
z-index: 5;
5555
}
5656

0 commit comments

Comments
 (0)