Remove scrollbar track border

This commit is contained in:
Elisée Maurer 2013-12-19 23:53:25 +01:00
parent 33d890ff63
commit 1e94689a3b

View file

@ -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;