mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: sidemenu animation duration
This commit is contained in:
parent
d4a231fe09
commit
4e66fd72d3
@ -52,7 +52,7 @@
|
|||||||
// important to overlap it otherwise it can be hidden
|
// important to overlap it otherwise it can be hidden
|
||||||
// again by the mouse getting outside the hover space
|
// again by the mouse getting outside the hover space
|
||||||
left: $side-menu-width - 2px;
|
left: $side-menu-width - 2px;
|
||||||
@include animation('dropdown-anim 100ms ease-in-out 100ms forwards');
|
@include animation('dropdown-anim 150ms ease-in-out 100ms forwards');
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user