Table: Fix column filter popup shadow (#65675)

* Table: Fix column filter popup shadow

* fix border
This commit is contained in:
Torkel Ödegaard
2023-03-31 14:51:56 +02:00
committed by GitHub
parent 4f0d811db1
commit 86b2af35b2

View File

@@ -100,10 +100,10 @@ const getStyles = (theme: GrafanaTheme2) => ({
height: 100%;
max-height: 400px;
background-color: ${theme.colors.background.primary};
border: 1px solid ${theme.colors.border.medium};
border: 1px solid ${theme.colors.border.weak};
padding: ${theme.spacing(2)};
margin: ${theme.spacing(1)} 0;
box-shadow: 0px 0px 20px ${theme.v1.palette.black};
box-shadow: ${theme.shadows.z3};
border-radius: ${theme.shape.radius.default};
`,
listDivider: css`