adding a padding on the right of the codicon, giving a more explicit name to the codicon by referrring explicitly to the fact that it is a folding icon

This commit is contained in:
Aiday Marlen Kyzy
2023-09-05 11:09:55 +02:00
parent d3190daa78
commit dc0fc2b0eb
@@ -33,8 +33,10 @@
background-color: inherit;
}
.monaco-editor .sticky-line-number .codicon {
.monaco-editor .sticky-line-number .codicon-folding-expanded,
.monaco-editor .sticky-line-number .codicon-folding-collapsed {
float: right;
padding-right: 2px;
transition: var(--vscode-editorStickyScroll-foldingOpacityTransition);
}