提交 9da787b9 编写于 作者: R rebornix

render pending label as italic

上级 8d78eddd
...@@ -101,6 +101,12 @@ ...@@ -101,6 +101,12 @@
line-height: 19px; line-height: 19px;
} }
.monaco-editor .review-widget .body .review-comment .review-comment-contents .isPending {
margin: 0 5px 0 5px;
padding: 0 2px 0 2px;
font-style: italic;
}
.monaco-editor.vs-dark .review-widget .body .review-comment .review-comment-contents .comment-body { .monaco-editor.vs-dark .review-widget .body .review-comment .review-comment-contents .comment-body {
padding-top: 4px; padding-top: 4px;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册