mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 23:58:23 +01:00
hover sticky line CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user