mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Fix column filter popup shadow (#65675)
* Table: Fix column filter popup shadow * fix border
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user