From cd5388d89fe6ef5f882c780d27eead6e3790fa6f Mon Sep 17 00:00:00 2001 From: VardanHakobyan Date: Tue, 15 Jun 2021 17:21:49 +0400 Subject: [PATCH] style: restore `hidden` class after fixing merge conflict --- app/assets/stylesheets/_sn.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_sn.scss b/app/assets/stylesheets/_sn.scss index 1d6acad2c..2a8ca0bad 100644 --- a/app/assets/stylesheets/_sn.scss +++ b/app/assets/stylesheets/_sn.scss @@ -4,6 +4,10 @@ height: 90vh; } +.hidden { + display: none; +} + /** * A button that is just an icon. Separated from .sn-button because there * is almost no style overlap. @@ -57,7 +61,7 @@ &[data-state='collapsed'] { display: none; } - + &.sn-dropdown--animated { @extend .transition-transform; @extend .duration-150;