style: restore hidden class after fixing merge conflict
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
height: 90vh;
|
height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A button that is just an icon. Separated from .sn-button because there
|
* A button that is just an icon. Separated from .sn-button because there
|
||||||
* is almost no style overlap.
|
* is almost no style overlap.
|
||||||
@@ -57,7 +61,7 @@
|
|||||||
&[data-state='collapsed'] {
|
&[data-state='collapsed'] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sn-dropdown--animated {
|
&.sn-dropdown--animated {
|
||||||
@extend .transition-transform;
|
@extend .transition-transform;
|
||||||
@extend .duration-150;
|
@extend .duration-150;
|
||||||
|
|||||||
Reference in New Issue
Block a user