mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alert: Remove fix for custom content close button (#67592)
This commit is contained in:
@@ -172,11 +172,9 @@ const getStyles = (
|
|||||||
`,
|
`,
|
||||||
buttonWrapper: css`
|
buttonWrapper: css`
|
||||||
margin-left: ${theme.spacing(1)};
|
margin-left: ${theme.spacing(1)};
|
||||||
background: none;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
background: ${theme.colors.background.primary};
|
|
||||||
`,
|
`,
|
||||||
close: css`
|
close: css`
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user