mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 05:37:48 +01:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user