diff --git a/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx b/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx index 9b71a51a226..0591ef13242 100644 --- a/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx +++ b/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx @@ -3,7 +3,7 @@ import React, { MouseEventHandler } from 'react'; import { DraggableProvidedDragHandleProps } from 'react-beautiful-dnd'; import { GrafanaTheme2 } from '@grafana/data'; -import { Icon, useStyles2 } from '@grafana/ui'; +import { Icon, IconButton, useStyles2 } from '@grafana/ui'; interface QueryOperationRowHeaderProps { actionsElement?: React.ReactNode; @@ -33,10 +33,13 @@ export const QueryOperationRowHeader: React.FC = ( return (
- {titleElement && (
@@ -94,10 +97,8 @@ const getStyles = (theme: GrafanaTheme2) => ({ } `, collapseIcon: css` + margin-left: ${theme.spacing(0.5)}; color: ${theme.colors.text.disabled}; - cursor: pointer; - &:hover { - color: ${theme.colors.text}; } `, titleWrapper: css`