Skip to content

Commit

Permalink
Extend hover styling for entire sticky line (#236410)
Browse files Browse the repository at this point in the history
extend hover styling for entire sticky line
  • Loading branch information
Yoyokrazy authored Dec 17, 2024
1 parent 20dc4d7 commit 999f28e
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
.monaco-workbench
.notebookOverlay
.notebook-sticky-scroll-container
.notebook-sticky-scroll-element
.notebook-sticky-scroll-header:hover {
.notebook-sticky-scroll-element:hover {
background-color: var(--vscode-editorStickyScrollHover-background);
width: 100%;
cursor: pointer;
}

Expand All @@ -55,13 +53,11 @@
.monaco-workbench.hc-light
.notebookOverlay
.notebook-sticky-scroll-container
.notebook-sticky-scroll-element
.notebook-sticky-scroll-header:hover,
.notebook-sticky-scroll-element:hover,
.monaco-workbench.hc-black
.notebookOverlay
.notebook-sticky-scroll-container
.notebook-sticky-scroll-element
.notebook-sticky-scroll-header:hover {
.notebook-sticky-scroll-element:hover {
outline: 1px dashed var(--vscode-contrastActiveBorder);
outline-offset: -2px;
}

0 comments on commit 999f28e

Please sign in to comment.