PanelChrome: Fix tabbing to panel menu button (#69861)

Closes #66256
pull/69910/head
kay delaney 2 years ago committed by GitHub
parent 3f56939212
commit 2fd7d95d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx

@ -261,14 +261,12 @@ const getStyles = (theme: GrafanaTheme2) => {
flexDirection: 'column',
'.show-on-hover': {
visibility: 'hidden',
opacity: '0',
},
'&:focus-visible, &:hover': {
// only show menu icon on hover or focused panel
'.show-on-hover': {
visibility: 'visible',
opacity: '1',
},
},

Loading…
Cancel
Save