remove animation from nested lists in asidenav
This commit is contained in:
parent
5d53c41c37
commit
0479758e5b
@ -178,7 +178,6 @@
|
|||||||
color: var(--color-font);
|
color: var(--color-font);
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all .2s ease-out;
|
|
||||||
width: 0;
|
width: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user