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 {
|
||||
background: $color-light-35;
|
||||
border: 2px solid $color-white;
|
||||
|
||||
&:hover {
|
||||
background: $color-light-45;
|
||||
|
|
Loading…
Reference in a new issue