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`
|
||||
margin-left: ${theme.spacing(1)};
|
||||
background: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-self: center;
|
||||
background: ${theme.colors.background.primary};
|
||||
`,
|
||||
close: css`
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user