Skip to content

Commit 97b7994

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 c9ebdde commit 97b7994

File tree

8 files changed

+376
-2698
lines changed

8 files changed

+376
-2698
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)