Skip to content

Commit 19f29e1

Browse files
authored
Fix for hover issue on docs of discover/explorer data grid (opensearch-project#329)
* remove unused log view Signed-off-by: Eric Wei <menwe@amazon.com> * add root class name Signed-off-by: Eric Wei <menwe@amazon.com> * update tests Signed-off-by: Eric Wei <menwe@amazon.com> --------- Signed-off-by: Eric Wei <menwe@amazon.com>
1 parent 13eccbb commit 19f29e1

File tree

8 files changed

+376
-2689
lines changed

8 files changed

+376
-2689
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"

0 commit comments

Comments
 (0)