diff --git a/public/app/features/explore/SecondaryActions.tsx b/public/app/features/explore/SecondaryActions.tsx index 84f610c2072..97cf5f21bd4 100644 --- a/public/app/features/explore/SecondaryActions.tsx +++ b/public/app/features/explore/SecondaryActions.tsx @@ -21,11 +21,6 @@ const getStyles = (theme: GrafanaTheme2) => { containerMargin: css` margin-top: ${theme.spacing(2)}; `, - exploreActiveButton: css` - box-shadow: ${theme.shadows.z1}; - border: 1px solid ${theme.colors.warning.border}; - color: ${theme.colors.warning.text}; - `, }; }; export function SecondaryActions(props: Props) { @@ -49,7 +44,7 @@ export function SecondaryActions(props: Props) {