mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TraceView: Fix icon background after making a copy of an attribute (#94402)
Fix icon color after making a copy
This commit is contained in:
parent
f2093c9f05
commit
c6387854c5
@ -26,7 +26,7 @@ const getStyles = () => ({
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
'&:focus': {
|
||||
backgroundCcolor: 'rgba(255, 255, 255, 0.25)',
|
||||
backgroundColor: 'rgba(255, 255, 255, 0.25)',
|
||||
color: 'inherit',
|
||||
},
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user