mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Change scrollbar drag color
This commit is contained in:
parent
49d3e16226
commit
096f437740
1 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue