From 3946befa372011aa7146da7c28de041978d0f338 Mon Sep 17 00:00:00 2001 From: Julia Rechkunova Date: Wed, 11 Dec 2024 17:07:32 +0100 Subject: [PATCH] [Discover][Borealis] Fix DocViewer cell color (#202918) - Closes https://github.com/elastic/kibana/issues/202043 ## Summary This PR fixes text color in DocViewer in the light Borealis theme. Before: 390511364-e73c9c18-a40a-4026-8a94-e24212f19ca4 After: Screenshot 2024-12-09 at 16 12 08 ### Testing * Add the following to your `kibana.dev.yml` ``` uiSettings.experimental.themeSwitcherEnabled: true uiSettings.overrides.theme:name: borealis ``` * Start Kibana with `KBN_OPTIMIZER_THEMES="experimental" yarn start` --- .../public/components/doc_viewer_table/table.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/unified_doc_viewer/public/components/doc_viewer_table/table.scss b/src/plugins/unified_doc_viewer/public/components/doc_viewer_table/table.scss index 348c8c9784ad8..9775bf6b2ac58 100644 --- a/src/plugins/unified_doc_viewer/public/components/doc_viewer_table/table.scss +++ b/src/plugins/unified_doc_viewer/public/components/doc_viewer_table/table.scss @@ -3,7 +3,6 @@ word-wrap: break-word; white-space: pre-wrap; line-height: $euiLineHeight; - color: $euiColorFullShade; vertical-align: top; &--highlighted {