提交 e9060973 编写于 作者: R rebornix

shared layoutInfo.

上级 b844ec09
...@@ -20,24 +20,24 @@ ...@@ -20,24 +20,24 @@
margin: 8px; margin: 8px;
} }
.notebook-text-diff-editor .cell-diff-editor-container .metadata-container { .notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container {
display: flex; display: flex;
height: 24px; height: 24px;
align-items: center; align-items: center;
cursor: default; cursor: default;
} }
.notebook-text-diff-editor .cell-diff-editor-container .metadata-container .metadata-folding-indicator .codicon { .notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container .metadata-folding-indicator .codicon {
visibility: visible; visibility: visible;
padding: 4px 0 0 10px; padding: 4px 0 0 10px;
cursor: pointer; cursor: pointer;
} }
.notebook-text-diff-editor .cell-diff-editor-container .metadata-container .metadata-status { .notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container .metadata-status {
font-size: 12px; font-size: 12px;
} }
.notebook-text-diff-editor .cell-diff-editor-container .metadata-container .metadata-status span { .notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container .metadata-status span {
margin: 0 8px; margin: 0 8px;
line-height: 21px; line-height: 21px;
} }
......
...@@ -294,7 +294,7 @@ registerThemingParticipant((theme, collector) => { ...@@ -294,7 +294,7 @@ registerThemingParticipant((theme, collector) => {
border-right: 1px solid ${cellBorderColor}; border-right: 1px solid ${cellBorderColor};
border-bottom: 1px solid ${cellBorderColor}; border-bottom: 1px solid ${cellBorderColor};
}`); }`);
collector.addRule(`.notebook-text-diff-editor .cell-diff-editor-container .metadata-container { collector.addRule(`.notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container {
border-left: 1px solid ${cellBorderColor}; border-left: 1px solid ${cellBorderColor};
border-right: 1px solid ${cellBorderColor}; border-right: 1px solid ${cellBorderColor};
border-bottom: 1px solid ${cellBorderColor}; border-bottom: 1px solid ${cellBorderColor};
...@@ -317,7 +317,7 @@ registerThemingParticipant((theme, collector) => { ...@@ -317,7 +317,7 @@ registerThemingParticipant((theme, collector) => {
const containerBackground = theme.getColor(notebookOutputContainerColor); const containerBackground = theme.getColor(notebookOutputContainerColor);
if (containerBackground) { if (containerBackground) {
collector.addRule(`.notebook-text-diff-editor .cell-diff-editor-container .metadata-container { background-color: ${containerBackground}; }`); collector.addRule(`.notebook-text-diff-editor .cell-diff-editor-container .metadata-header-container { background-color: ${containerBackground}; }`);
} }
}); });
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册