提交 867b0b70 编写于 作者: M Miguel Solorio

Update folding icons

上级 90b6cb56
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;">
<rect x="3" y="3" style="opacity:0.1;fill:#FFFFFF" width="9" height="9"/>
<path style="fill:#5A5A5A" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
<line style="fill:none;stroke:#C5C5C5;stroke-miterlimit:10" x1="10" y1="7.5" x2="5" y2="7.5"/>
<line style="fill:none;stroke:#C5C5C5;stroke-miterlimit:10" x1="7.5" y1="5" x2="7.5" y2="10"/>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;">
<rect x="3" y="3" style="fill:#E8E8E8" width="9" height="9"/>
<path style="fill:#B6B6B6" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
<line style="fill:none;stroke:#6B6B6B;stroke-miterlimit:10" x1="10" y1="7.5" x2="5" y2="7.5"/>
<line style="fill:none;stroke:#6B6B6B;stroke-miterlimit:10" x1="7.5" y1="5" x2="7.5" y2="10"/>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;">
<path style="fill:#5A5A5A" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
<line style="fill:none;stroke:#C5C5C5;stroke-miterlimit:10" x1="10" y1="7.5" x2="5" y2="7.5"/>
</svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;">
<path style="fill:#B6B6B6" d="M11,4v7H4V4H11 M12,3H3v9h9V3L12,3z"/>
<line style="fill:none;stroke:#6B6B6B;stroke-miterlimit:10" x1="10" y1="7.5" x2="5" y2="7.5"/>
</svg>
\ No newline at end of file
......@@ -14,12 +14,16 @@
}
.monaco-editor .margin-view-overlays .folding {
background-image: url('arrow-expand.svg');
background-image: url('tree-expanded-light.svg');
}
.monaco-editor.hc-black .margin-view-overlays .folding,
.monaco-editor.vs-dark .margin-view-overlays .folding {
background-image: url('arrow-expand-dark.svg');
background-image: url('tree-expanded-dark.svg');
}
.monaco-editor.hc-black .margin-view-overlays .folding {
background-image: url('tree-expanded-hc.svg');
}
.monaco-editor .margin-view-overlays:hover .folding,
......@@ -28,13 +32,16 @@
}
.monaco-editor .margin-view-overlays .folding.collapsed {
background-image: url('arrow-collapse.svg');
background-image: url('tree-collapsed-light.svg');
opacity: 1;
}
.monaco-editor.hc-black .margin-view-overlays .folding.collapsed,
.monaco-editor.vs-dark .margin-view-overlays .folding.collapsed {
background-image: url('arrow-collapse-dark.svg');
background-image: url('tree-collapsed-dark.svg');
}
.monaco-editor.hc-black .margin-view-overlays .folding.collapsed {
background-image: url('tree-collapsed-hc.svg');
}
.monaco-editor .inline-folded:after {
......
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66669 12.6667L10.3334 8.00001L5.66669 3.33335" stroke="#C5C5C5" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66669 12.6667L10.3334 8L5.66669 3.33334" stroke="white" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66669 12.6667L10.3334 8L5.66669 3.33334" stroke="#424242" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6667 5.66667L8.00002 10.3333L3.33335 5.66667" stroke="#C5C5C5" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6667 5.66667L8.00002 10.3333L3.33335 5.66667" stroke="white" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6667 5.66667L8.00002 10.3333L3.33335 5.66667" stroke="#424242" stroke-width="0.875" stroke-linejoin="bevel"/>
</svg>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册