Change scrollbar drag color

This commit is contained in:
Keavon Chambers 2021-09-11 08:17:05 -07:00
parent 49d3e16226
commit 096f437740
1 changed files with 2 additions and 4 deletions

View File

@ -34,11 +34,9 @@
border-radius: 4px;
background: var(--color-5-dullgray);
&:hover {
background: var(--color-6-lowergray);
}
&:hover,
&.dragging {
background: var(--color-accent-hover);
background: var(--color-6-lowergray);
}
}