PanelEdit: Remove double border when viz picker is open (#113729)

This commit is contained in:
Torkel Ödegaard
2025-11-12 16:04:54 +01:00
committed by GitHub
parent 0392bf5724
commit d1d8aa7c14
@@ -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',