use same variable as Firefox for scrollbar thumb

Use --active-item-background-color variable for scrollbar thumb
background color on WebKit browsers (which is already used for Firefox).
This should improve visibility of the scrollbar.
This commit is contained in:
Sylvain Pasche 2022-09-21 23:29:12 +02:00
parent 15ed381f85
commit a904e82d72

View File

@ -778,7 +778,7 @@ body {
::-webkit-scrollbar-thumb {
border-radius: 3px;
border: 1px solid var(--scrollbar-border-color);
background-color: var(--main-background-color);
background-color: var(--active-item-background-color);
}
::-webkit-scrollbar-corner {