From 28aa4c630c2d5334a2fd7b754fdad749ac4cf819 Mon Sep 17 00:00:00 2001 From: Nav Date: Mon, 1 May 2023 17:08:45 +0100 Subject: [PATCH] Corrected regression in snapshot diff styles --- .../SnapshotManager/SnapshotDiff/Stylesheets/SnapshotDiff.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/Stylesheets/SnapshotDiff.qss b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/Stylesheets/SnapshotDiff.qss index d7b44414..b5f249a0 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/Stylesheets/SnapshotDiff.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/Stylesheets/SnapshotDiff.qss @@ -51,8 +51,8 @@ color: #8a8a8d; } -#snapshot-diff #snapshot-a-container, -#snapshot-diff #snapshot-a-container #data-details-container { +#snapshot-diff #data-a-container, +#snapshot-diff #data-a-container #data-details-container { border-right: 1px solid #41423f; }