mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
3f56939212
commit
2fd7d95d7e
@ -261,14 +261,12 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
|
||||||
'.show-on-hover': {
|
'.show-on-hover': {
|
||||||
visibility: 'hidden',
|
|
||||||
opacity: '0',
|
opacity: '0',
|
||||||
},
|
},
|
||||||
|
|
||||||
'&:focus-visible, &:hover': {
|
'&:focus-visible, &:hover': {
|
||||||
// only show menu icon on hover or focused panel
|
// only show menu icon on hover or focused panel
|
||||||
'.show-on-hover': {
|
'.show-on-hover': {
|
||||||
visibility: 'visible',
|
|
||||||
opacity: '1',
|
opacity: '1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user