Skip to content

Commit b6859eb

Browse files
mengweiericjoshuali925
authored andcommitted
Fix for hover issue on docs of discover/explorer data grid (opensearch-project#329)
Signed-off-by: Eric Wei <menwe@amazon.com> (cherry picked from commit 19f29e1)
1 parent d3ce5ce commit b6859eb

File tree

11 files changed

+383
-2705
lines changed

11 files changed

+383
-2705
lines changed

public/components/event_analytics/explorer/events_views/data_grid.scss

+373-372
Large diffs are not rendered by default.

public/components/event_analytics/explorer/explorer.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,9 @@ export const Explorer = ({
12641264
}}
12651265
>
12661266
<div
1267-
className={`dscAppContainer${uiSettingsService.get('theme:darkMode') && ' explorer-dark'}`}
1267+
className={`obsExplorer dscAppContainer${
1268+
uiSettingsService.get('theme:darkMode') && ' explorer-dark'
1269+
}`}
12681270
>
12691271
<Search
12701272
key="search-component"

public/components/notebooks/components/paragraph_components/__tests__/__snapshots__/para_input.test.tsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
exports[`<para_input /> spec renders the markdown component 1`] = `
44
<div
5-
class="sc-gKXOVf fPkmRS"
5+
class="sc-gLDzan gebGCr"
66
>
77
<div
8-
class="sc-bczRLJ hRTESd"
8+
class="sc-beqWaB CSaoA"
99
/>
1010
<div
1111
style="width: 100%;"
@@ -52,10 +52,10 @@ exports[`<para_input /> spec renders the markdown component 1`] = `
5252

5353
exports[`<para_input /> spec renders the visualization component 1`] = `
5454
<div
55-
class="sc-gKXOVf fPkmRS"
55+
class="sc-gLDzan gebGCr"
5656
>
5757
<div
58-
class="sc-bczRLJ hRTESd"
58+
class="sc-beqWaB CSaoA"
5959
/>
6060
<div
6161
class="euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsFlexEnd euiFlexGroup--directionRow euiFlexGroup--responsive"

public/components/notebooks/components/paragraph_components/__tests__/__snapshots__/para_output.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`<ParaOutput /> spec renders other types of outputs 1`] = `
1919
class="euiText euiText--medium"
2020
>
2121
<div
22-
class="sc-crXcEl gqVnJo"
22+
class="sc-csCMJt hFpeNP"
2323
/>
2424
</div>
2525
`;

public/components/notebooks/components/paragraph_components/__tests__/__snapshots__/paragraphs.test.tsx.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ exports[`<Paragraphs /> spec renders the component 1`] = `
7979
class="euiFormRow__fieldWrapper"
8080
>
8181
<div
82-
class="sc-gKXOVf fPkmRS"
82+
class="sc-gLDzan gebGCr"
8383
>
8484
<div
85-
class="sc-bczRLJ hRTESd"
85+
class="sc-beqWaB CSaoA"
8686
/>
8787
<div
8888
style="width: 100%;"

0 commit comments

Comments
 (0)