Skip to content

Commit

Permalink
Merge pull request #188524 from microsoft/disappointed-chicken
Browse files Browse the repository at this point in the history
hover CSS for nb sticky line
  • Loading branch information
rebornix authored Jul 21, 2023
2 parents 4ef2ebf + 19ea2a0 commit e736efb
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
box-sizing: border-box;
z-index: var(--z-index-notebook-sticky-scroll);
width: 100%;
padding-left: 12px;
font-family: var(--notebook-cell-input-preview-font-family);
}
.monaco-workbench
.notebookOverlay
.notebook-sticky-scroll-container
.notebook-sticky-scroll-line {
padding-left: 12px;
}

.monaco-workbench
.notebookOverlay
.notebook-sticky-scroll-container
.notebook-sticky-scroll-line:hover {
background-color: var(--vscode-editorStickyScrollHover-background);
cursor: pointer;
}

0 comments on commit e736efb

Please sign in to comment.