From d0ec8fedaec2437401fd4bb3c4a608f08a80b0dc Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:12:15 -0400 Subject: [PATCH] Update or remove instances of hardcoded colors (#1558) (#1559) Signed-off-by: Craig Perkins (cherry picked from commit c10031f956ebb05d2f11424e7ddf1552d7a5cb0d) Co-authored-by: Craig Perkins --- public/apps/configuration/_index.scss | 2 +- public/apps/configuration/panels/audit-logging/_index.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/public/apps/configuration/_index.scss b/public/apps/configuration/_index.scss index 4914998cb4..f3b245b36e 100644 --- a/public/apps/configuration/_index.scss +++ b/public/apps/configuration/_index.scss @@ -14,7 +14,7 @@ */ .panel-header-count { - color: #687078; + color: $euiTextSubduedColor; font-weight: normal; } diff --git a/public/apps/configuration/panels/audit-logging/_index.scss b/public/apps/configuration/panels/audit-logging/_index.scss index 22d30dbc20..eb20f361b3 100644 --- a/public/apps/configuration/panels/audit-logging/_index.scss +++ b/public/apps/configuration/panels/audit-logging/_index.scss @@ -5,7 +5,3 @@ .form-row { max-width: 800px; } - -pre code { - color: #666; -}