[v10.0.x] PanelChrome: Fix tabbing to panel menu button (#69906)

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

Closes #66256

(cherry picked from commit 2fd7d95d7e)

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-06-12 14:05:20 +03:00
committed by GitHub
co-authored by kay delaney
parent f06f812509
commit 32be98b061
@@ -257,14 +257,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',
},
},