mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Make sure ConfirmButton cannot be clicked when closed (#34818)
This commit is contained in:
parent
10f6638d9e
commit
e38c6d73a0
@ -155,12 +155,14 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
`,
|
||||
confirmButtonShow: css`
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
transition: opacity 0.08s ease-out, transform 0.1s ease-out;
|
||||
transform: translateX(0);
|
||||
pointer-events: all;
|
||||
`,
|
||||
confirmButtonHide: css`
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user