Re-add light border around scrollbar thumb in light theme
This commit is contained in:
parent
86a38d2f2b
commit
3d06a815c9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ body {
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: $color-light-35;
|
background: $color-light-35;
|
||||||
|
border: 2px solid $color-white;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $color-light-45;
|
background: $color-light-45;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue