未验证 提交 802a9eae 编写于 作者: J Joao Moreno

fix dirty diff styles

上级 a5d0ea31
......@@ -39,7 +39,7 @@
transition: height 80ms linear;
}
.monaco-editor .margin-view-overlays > div:hover > .dirty-diff-glyph:before {
.monaco-editor .margin-view-overlays .dirty-diff-glyph:hover::before {
position: absolute;
content: '';
height: 100%;
......@@ -47,7 +47,7 @@
left: -6px;
}
.monaco-editor .margin-view-overlays > div:hover > .dirty-diff-deleted:after {
.monaco-editor .margin-view-overlays .dirty-diff-deleted:hover::after {
bottom: 0;
border-top-width: 0;
border-bottom-width: 0;
......@@ -56,4 +56,4 @@
/* Hide glyph decorations when inside the inline diff editor */
.monaco-editor.modified-in-monaco-diff-editor .margin-view-overlays > div > .dirty-diff-glyph {
display: none;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册