Skip to content

Commit 515fe37

Browse files
committed
Nest .is--visible declarations
1 parent 51de468 commit 515fe37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/basically-basic/_sidebar.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@
8282
transform: none;
8383
box-shadow: 0 1em 5em 0 rgba(0, 0, 0, 0.125);
8484
}
85+
86+
&.is--animatable > .inner {
87+
transition: all 330ms ease-out;
88+
}
8589
}
8690

8791
&.is--animatable > .inner {
8892
transition: all 130ms ease-in;
8993
}
9094

91-
&.is--visible.is--animatable > .inner {
92-
transition: all 330ms ease-out;
93-
}
94-
9595
> .inner {
9696
position: relative;
9797
width: 100%;

0 commit comments

Comments
 (0)