Skip to content

Commit 6247a69

Browse files
committed
tmp commit
1 parent e00c340 commit 6247a69

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

anycode/components/ChangesPanel.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,27 @@
275275
font-style: italic;
276276
}
277277

278+
.changes-group {
279+
margin-bottom: 6px;
280+
}
281+
282+
.changes-group:last-child {
283+
margin-bottom: 0;
284+
}
285+
286+
.changes-group-title {
287+
padding: 6px 8px 4px;
288+
font-size: 11px;
289+
text-transform: uppercase;
290+
letter-spacing: 0.04em;
291+
color: var(--theme-tab-foreground, #8f8f8f);
292+
opacity: 0.9;
293+
}
294+
295+
.changes-group-title-conflicts {
296+
color: var(--theme-git-conflict, #ff9800);
297+
}
298+
278299
.changes-item {
279300
display: flex;
280301
align-items: center;

0 commit comments

Comments
 (0)