mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
Alert: Remove fix for custom content close button (#67592)
This commit is contained in:
parent
d189b8b47f
commit
9d564f9afb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user