Skip to content

Commit aa3a508

Browse files
authored
style: highlight scrollbar on hover and change scrollbar width as thin (#137)
1 parent 1e9d8d1 commit aa3a508

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
/*! purgecss start ignore */
22
@import "../../../../mods/code-block-panel/scss/index";
33

4+
.highlight {
5+
pre {
6+
scrollbar-width: thin;
7+
8+
&:hover {
9+
scrollbar-color: var(--#{$prefix}primary) transparent;
10+
}
11+
}
12+
}
13+
414
/*! purgecss end ignore */

0 commit comments

Comments
 (0)