mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Query builder ux tweaks (#46017)
This commit is contained in:
parent
251d6ed0e0
commit
16b99cc0f5
@ -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…
Reference in New Issue
Block a user