From fe59900ebc97ea6be3dc336028711f1d1a8855c9 Mon Sep 17 00:00:00 2001 From: John Swanke Date: Wed, 22 Apr 2026 16:11:14 -0400 Subject: [PATCH] finish Signed-off-by: John Swanke --- .../packages/react-form-wizard/src/review/ReviewStep.css | 8 ++++++++ frontend/src/components/SyncEditor/SyncEditor.css | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/frontend/packages/react-form-wizard/src/review/ReviewStep.css b/frontend/packages/react-form-wizard/src/review/ReviewStep.css index 1395947b46b..3148004d333 100644 --- a/frontend/packages/react-form-wizard/src/review/ReviewStep.css +++ b/frontend/packages/react-form-wizard/src/review/ReviewStep.css @@ -158,6 +158,10 @@ outline-width: 0; } +:root:where(.pf-v5-theme-dark, .pf-v6-theme-dark) .wizard-review-edit-target-highlight { + outline-color: rgba(255, 190, 140, 0.28) !important; +} + .wizard-review-edit-target-highlight.wizard-review-edit-target-highlight--visible { outline-width: 15px; transition: outline-width 0.2s ease-in; @@ -179,6 +183,10 @@ background-color: rgba(255, 190, 140, 0.38); } +:root:where(.pf-v5-theme-dark, .pf-v6-theme-dark) .wizard-review-find-match { + background-color: rgba(255, 190, 140, 0.28) !important; +} + /* One flex child so .wizard-review-inline-value gap does not sit between each match span */ .wizard-review-inline-value > .wizard-review-find-inline-body, .wizard-review-inline-value > .wizard-review-find-value-with-trailing-icon { diff --git a/frontend/src/components/SyncEditor/SyncEditor.css b/frontend/src/components/SyncEditor/SyncEditor.css index fe726bf8764..cf4a5faafc5 100644 --- a/frontend/src/components/SyncEditor/SyncEditor.css +++ b/frontend/src/components/SyncEditor/SyncEditor.css @@ -76,6 +76,10 @@ background-color: rgba(255, 190, 140, 0.38) !important; } +:root:where(.pf-v5-theme-dark, .pf-v6-theme-dark) .syncEditorYamlHighlight { + background-color: rgba(255, 190, 140, 0.28) !important; +} + .infoDecoration { margin-left: 6px; height: 14px !important;