re-enable scrollbar-color for non chrome browsers
This commit is contained in:
parent
a67b633bcf
commit
f46a70d793
1 changed files with 6 additions and 0 deletions
|
@ -1188,6 +1188,12 @@ Scrollbars
|
||||||
background: -webkit-linear-gradient(left, $buttonActiveGradient);
|
background: -webkit-linear-gradient(left, $buttonActiveGradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports not selector(::-webkit-scrollbar) {
|
||||||
|
-body.$themeClass {
|
||||||
|
scrollbar-color: $bodyBorder $bodyBackground;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
================================================================================
|
================================================================================
|
||||||
SourceViewer
|
SourceViewer
|
||||||
|
|
Loading…
Reference in a new issue