Dynamic dashboards: fix paste tab button looking weird when many tabs or small viewport (#103606)
fix paste tab button looking weird when many tabs or small viewport
This commit is contained in:
@@ -91,6 +91,7 @@ export function getDashboardGridStyles(theme: GrafanaTheme2) {
|
||||
},
|
||||
|
||||
'.dashboard-canvas-add-button': {
|
||||
display: 'flex',
|
||||
opacity: 0.5,
|
||||
transition: theme.transitions.create('opacity'),
|
||||
filter: `grayscale(100%)`,
|
||||
|
||||
Reference in New Issue
Block a user