Making scroll theme agnostic

This commit is contained in:
Stamm
2020-03-12 13:03:56 +01:00
parent 4de6315dda
commit 36cee2c1f7
5 changed files with 30 additions and 29 deletions

View File

@ -1,20 +0,0 @@
::-webkit-scrollbar {
margin-left: 4px;
}
::-webkit-scrollbar-track {
background: red;
background: darken-brighten-color($background, 5%);
}
::-webkit-scrollbar-thumb {
background: darken-brighten-color($background, 20%);
}
::-webkit-scrollbar-thumb:hover {
background: darken-brighten-color($background, 25%);
}
::-webkit-scrollbar-thumb:active {
background: darken-brighten-color($background, 30%);
}