Darken tracks ::scroll-button border color #170

This commit is contained in:
Timothée Goguely 2025-10-01 17:06:29 +02:00
parent 21714e1808
commit bf23084e48

View file

@ -134,7 +134,7 @@
z-index: 1;
width: 2.5rem;
height: 2.5rem;
border: 1px solid var(--color-grey-200);
border: 1px solid var(--color-grey-500);
border-radius: var(--rounded-lg);
color: transparent;
background-repeat: no-repeat;
@ -148,7 +148,7 @@
transition: opacity 0.2s ease-out;
}
&::scroll-button(*):hover {
border-color: var(--color-grey-400);
border-color: var(--color-grey-700);
}
&::scroll-button(*):disabled {
opacity: 0;