Skip to content

Commit e736efb

Browse files
authored
Merge pull request microsoft#188524 from microsoft/disappointed-chicken
hover CSS for nb sticky line
2 parents 4ef2ebf + 19ea2a0 commit e736efb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebookEditorStickyScroll.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
box-sizing: border-box;
1212
z-index: var(--z-index-notebook-sticky-scroll);
1313
width: 100%;
14-
padding-left: 12px;
1514
font-family: var(--notebook-cell-input-preview-font-family);
1615
}
16+
.monaco-workbench
17+
.notebookOverlay
18+
.notebook-sticky-scroll-container
19+
.notebook-sticky-scroll-line {
20+
padding-left: 12px;
21+
}
22+
23+
.monaco-workbench
24+
.notebookOverlay
25+
.notebook-sticky-scroll-container
26+
.notebook-sticky-scroll-line:hover {
27+
background-color: var(--vscode-editorStickyScrollHover-background);
28+
cursor: pointer;
29+
}

0 commit comments

Comments
 (0)