mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[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: <img width="400" alt="390511364-e73c9c18-a40a-4026-8a94-e24212f19ca4" src="https://github.com/user-attachments/assets/ecb12c37-3dc3-4163-b9d1-beaebf914faa"> After: <img width="597" alt="Screenshot 2024-12-09 at 16 12 08" src="https://github.com/user-attachments/assets/ea839509-6732-426f-b048-6e73fc2270a1"> ### 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`
This commit is contained in:
parent
fb028b4fba
commit
545ef8ae06
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
line-height: $euiLineHeight;
|
||||
color: $euiColorFullShade;
|
||||
vertical-align: top;
|
||||
|
||||
&--highlighted {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue