NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668)

This commit is contained in:
Torkel Ödegaard
2020-04-18 18:00:54 +02:00
committed by GitHub
parent 165a0471ad
commit f30074c70a
13 changed files with 108 additions and 33 deletions

View File

@ -32,6 +32,7 @@ export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
opacity: 0.7;
`,
modalHeader: css`
label: modalHeader;
background: ${theme.colors.bg2};
border-bottom: 1px solid ${theme.colors.pageHeaderBorder};
display: flex;
@ -42,6 +43,7 @@ export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
margin: 0 ${theme.spacing.md};
display: flex;
align-items: center;
line-height: 42px;
`,
modalHeaderIcon: css`
margin-right: ${theme.spacing.md};