TraceView: Fix icon background after making a copy of an attribute (#94402)

Fix icon color after making a copy
pull/94416/head
Piotr Jamróz 9 months ago committed by GitHub
parent f2093c9f05
commit c6387854c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/features/explore/TraceView/components/common/CopyIcon.tsx

@ -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…
Cancel
Save