mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 08:52:15 +08:00
NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668)
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user