mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
(cherry picked from commit e38c6d73a0
)
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
This commit is contained in:
parent
dfff63da1b
commit
a7a9d002cb
@ -155,12 +155,14 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
`,
|
`,
|
||||||
confirmButtonShow: css`
|
confirmButtonShow: css`
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 0.08s ease-out, transform 0.1s ease-out;
|
transition: opacity 0.08s ease-out, transform 0.1s ease-out;
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
|
pointer-events: all;
|
||||||
`,
|
`,
|
||||||
confirmButtonHide: css`
|
confirmButtonHide: css`
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user