mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Collapsable arrow class name fix
This commit is contained in:
parent
90fe94a417
commit
5ed04c3925
|
@ -20,7 +20,7 @@
|
|||
|
||||
.nav-link {
|
||||
|
||||
.collapse-arrow {
|
||||
.collapsable-arrow {
|
||||
transition: transform .3s ease-in-out, opacity .25s ease-in-out .1s;
|
||||
transform: rotate(0);
|
||||
}
|
||||
|
@ -34,13 +34,9 @@
|
|||
|
||||
> .nav-link {
|
||||
|
||||
.collapse-arrow {
|
||||
.collapsable-arrow {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
> .children {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user