Skip to content

Commit f65e753

Browse files
committed
remove backgrounds and borders
1 parent b71b540 commit f65e753

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Frontend/src/components/messages2/DiffViewer.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,9 @@ watch(
319319
<style scoped>
320320
.diff-viewer {
321321
width: 100%;
322-
border: 1px solid #ddd;
323-
border-radius: 3px;
324322
overflow: hidden;
325323
font-family: monospace;
326324
font-size: 0.75rem;
327-
background-color: #f8f8f8;
328325
}
329326
330327
.diff-container {

src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ const hasStateChanges = computed(() => {
404404
}
405405
406406
/* Monospace font styling that matches DiffViewer */
407+
:deep(.monospace-code) {
408+
border-radius: 0;
409+
border: none;
410+
}
411+
407412
:deep(.monospace-code) .cm-editor {
408413
font-family: monospace;
409414
font-size: 0.75rem;

0 commit comments

Comments
 (0)