Making scroll theme agnostic
This commit is contained in:
19
src/base/_scroll.scss
Normal file
19
src/base/_scroll.scss
Normal file
@ -0,0 +1,19 @@
|
||||
::-webkit-scrollbar {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(127, 127, 127, 0.1);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(127, 127, 127, 0.2);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(127, 127, 127, 0.25);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:active {
|
||||
background: rgba(127, 127, 127, 0.3);
|
||||
}
|
Reference in New Issue
Block a user