From d1d8aa7c14fcbd1a6740f94226b0454d8840e854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 12 Nov 2025 16:04:54 +0100 Subject: [PATCH] PanelEdit: Remove double border when viz picker is open (#113729) --- .../dashboard-scene/panel-edit/PanelVizTypePicker.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx b/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx index 8166b82d071..a57aac9d427 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx @@ -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',