You've already forked AstralRinth
forked from didirus/AstralRinth
Only animate the dropdown svg if last child
This commit is contained in:
@@ -488,12 +488,12 @@ a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.btn-dropdown-animation {
|
&.btn-dropdown-animation {
|
||||||
svg {
|
svg:last-child {
|
||||||
transition: transform 0.125s ease-in-out;
|
transition: transform 0.125s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.popout-open {
|
&.popout-open {
|
||||||
svg {
|
svg:last-child {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user