Remove styling from euiPanel around Alerts tables (#108603)

* Add styling to euiPanel

* remove styling on Observability side in favor of separate PR

* Fix merge conflicts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
DeFazio 2021-08-17 09:18:36 -04:00 committed by GitHub
parent e2ad384d12
commit 848085a8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,13 @@ const TGridIntegratedComponent: React.FC<TGridIntegratedProps> = ({
return (
<InspectButtonContainer>
<StyledEuiPanel data-test-subj="events-viewer-panel" $isFullScreen={globalFullScreen}>
<StyledEuiPanel
hasBorder={false}
hasShadow={false}
paddingSize="none"
data-test-subj="events-viewer-panel"
$isFullScreen={globalFullScreen}
>
{loading && <EuiProgress size="xs" position="absolute" color="accent" />}
{canQueryTimeline ? (