Prometheus: Query builder ux tweaks (#46017)

This commit is contained in:
Torkel Ödegaard
2022-03-01 13:11:47 +01:00
committed by GitHub
parent 251d6ed0e0
commit 16b99cc0f5

View File

@@ -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 && (