We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00c340 commit 6247a69Copy full SHA for 6247a69
1 file changed
anycode/components/ChangesPanel.css
@@ -275,6 +275,27 @@
275
font-style: italic;
276
}
277
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
299
.changes-item {
300
display: flex;
301
align-items: center;
0 commit comments