Skip to content

Commit

Permalink
Fix for hover issue on docs of discover/explorer data grid (#329)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mengweieric authored Mar 16, 2023
1 parent 13eccbb commit 19f29e1
Show file tree
Hide file tree
Showing 8 changed files with 376 additions and 2,689 deletions.
745 changes: 373 additions & 372 deletions public/components/event_analytics/explorer/events_views/data_grid.scss

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,9 @@ export const Explorer = ({
}}
>
<div
className={`dscAppContainer${uiSettingsService.get('theme:darkMode') && ' explorer-dark'}`}
className={`obsExplorer dscAppContainer${
uiSettingsService.get('theme:darkMode') && ' explorer-dark'
}`}
>
<Search
key="search-component"
Expand Down
Loading

0 comments on commit 19f29e1

Please sign in to comment.