提交 1195e2e1 编写于 作者: R rebornix

Use diamond for comment affordance to align with pull request file decorations.

上级 7b7c7dad
......@@ -301,13 +301,20 @@
.monaco-editor .comment-range-glyph.comment-thread:before {
position: absolute;
content: '·';
content: '◆';
font-size: 10px;
height: 100%;
line-height: 100%;
width: 9px;
left: -6px;
z-index: 20;
color: black;
text-align: center;
display:flex;
flex-direction:row;
align-items: center;
justify-content: center;
}
.monaco-editor.inline-comment .margin-view-overlays .folding {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册