Fixes #3682 scrollbar thumb size is innacurate in hc-dark theme

This commit is contained in:
bgashler1@users.noreply.github.com
2016-03-03 11:50:19 -08:00
parent e457c84801
commit e59c7d736d

View File

@@ -89,7 +89,8 @@
.hc-black .monaco-scrollable-element > .scrollbar > .slider {
background: none;
border: 20px solid #6FC3DF;
outline: 20px solid #6FC3DF; /* IE and Edge render no backgrounds, so we must use borders/outlines */
outline-offset: -20px;
opacity: .4;
}