PanelEdit: Remove double border when viz picker is open (#113729)
This commit is contained in:
@@ -138,10 +138,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
padding: theme.spacing(2, 1),
|
||||
height: '100%',
|
||||
gap: theme.spacing(2),
|
||||
border: `1px solid ${theme.colors.border.weak}`,
|
||||
borderRight: 'none',
|
||||
borderBottom: 'none',
|
||||
borderTopLeftRadius: theme.shape.radius.default,
|
||||
}),
|
||||
searchRow: css({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user