Further reduce transparency of grid scroll bars

This commit is contained in:
Andrew Kingston 2025-03-04 16:52:41 +00:00
parent 10f5cdb80b
commit b2399f22a7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -140,13 +140,13 @@
div {
position: absolute;
background: var(--spectrum-global-color-gray-500);
opacity: 0.5;
opacity: 0.35;
border-radius: 4px;
transition: opacity 130ms ease-out;
}
div:hover,
div.dragging {
opacity: 1;
opacity: 0.8;
}
.v-scrollbar {
width: var(--scroll-bar-size);