mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
scrollbar-thumb hover effect added
This commit is contained in:
parent
b39e3b283f
commit
f530145650
1 changed files with 6 additions and 2 deletions
|
|
@ -43,11 +43,15 @@
|
|||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: var(--color-secondarylighter80);
|
||||
background-color: @color-secondaryvariant2-light1;
|
||||
|
||||
&:hover {
|
||||
background-color: @color-secondaryvariant2-light2;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: var(--color-backgroundlight);
|
||||
background-color: @color-background-dark2;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
|
|||
Loading…
Reference in a new issue