Remove scrollbar track border
This commit is contained in:
parent
33d890ff63
commit
1e94689a3b
1 changed files with 0 additions and 8 deletions
|
@ -107,14 +107,6 @@
|
|||
background-color: mix(@foreground, @background, 15%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track:vertical {
|
||||
border-left: 1px solid mix(@foreground, @background, 25%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track:horizontal {
|
||||
border-top: 1px solid mix(@foreground, @background, 25%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: mix(@foreground, @background, 30%);
|
||||
border: 3px solid transparent;
|
||||
|
|
Loading…
Reference in a new issue