Prometheus: Query builder ux tweaks (#46017)

pull/46023/head
Torkel Ödegaard 3 years ago committed by GitHub
parent 251d6ed0e0
commit 16b99cc0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/prometheus/querybuilder/shared/OperationName.tsx

@ -47,7 +47,7 @@ export const OperationName = React.memo<Props>(({ operation, def, index, onChang
title={'Click to replace with alternative function'}
>
{nameElement}
<Icon className={`${styles.dropdown} operation-header-show-on-hover`} name="arrow-down" size="sm" />
<Icon className={`${styles.dropdown} operation-header-show-on-hover`} name="angle-down" size="md" />
</button>
)}
{state.isOpen && (

Loading…
Cancel
Save