Skip to content

Commit f7bda00

Browse files
committed
fix: code-folding gutter occludes the first indent guide and cursor some times
1 parent 9f00288 commit f7bda00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/extensions/default/CodeFolding/main.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@font-size: 1.1em;
1+
@font-size: 1em;
22
@color-triangle: #ccc;
33
@color-triangle-mouseover: #aaa;
44
@color-triangle-collapsed: #999;

src/styles/Extn-CSSColorPreview.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
/* Multiple colors preview container (this is a div) */
2424
.ico-multiple-cssColorPreview {
25-
border: solid 1px rgba(255, 255, 255, 0.2);
25+
border: solid .05em rgba(255, 255, 255, 0.2);
2626
.dark & {
27-
border: solid 1px rgba(0, 0, 0, 0.2);
27+
border: solid .05em rgba(0, 0, 0, 0.2);
2828
}
2929
position: relative;
3030
display: inline-block;

0 commit comments

Comments
 (0)