mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 19:11:28 -05:00
Fixes #3682 scrollbar thumb size is innacurate in hc-dark theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user