mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Action toolbar progress (#81664)
* DashboardScene: Action toolbar progress * Add discard confirmation modal * minor fix * Update * tweaked * Updating * Progress * Update * Update * Added some unit tests * fix test * Change name to Exit edit * Tweaks * fix test * Minor margin fix * Move share to left of edit
This commit is contained in:
@@ -117,7 +117,7 @@ const getStyles = (theme: GrafanaTheme2, overflowButtonOrder: number, alignment:
|
||||
alignItems: 'center',
|
||||
backgroundColor: theme.colors.background.primary,
|
||||
borderRadius: theme.shape.radius.default,
|
||||
boxShadow: theme.shadows.z3,
|
||||
boxShadow: theme.shadows.z2,
|
||||
display: 'flex',
|
||||
flexWrap: 'wrap',
|
||||
gap: theme.spacing(1),
|
||||
@@ -128,7 +128,7 @@ const getStyles = (theme: GrafanaTheme2, overflowButtonOrder: number, alignment:
|
||||
right: 0,
|
||||
top: '100%',
|
||||
width: 'max-content',
|
||||
zIndex: theme.zIndex.sidemenu,
|
||||
zIndex: theme.zIndex.dropdown,
|
||||
}),
|
||||
container: css({
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user