Skip to content

Commit 18189ee

Browse files
fixed scrollbar thumb background on hover
1 parent cf21401 commit 18189ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/components/code-snippet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
border: 1px solid var(--border-default);
9797
}
9898

99+
.snippet:hover::-webkit-scrollbar-thumb {
100+
border: 3px solid var(--action-primary-background-hover);
101+
}
102+
99103
.snippet .copy-button {
100104
position: absolute;
101105
top: calc(3 * var(--base-spacing));

0 commit comments

Comments
 (0)