Skip to content
Snippets Groups Projects
Commit dc18b76a authored by Chris Lawton's avatar Chris Lawton
Browse files

remove expanded state class from table rows if the window drops below tablet breakpoint

parent e39da946
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ import '@fancyapps/fancybox';
$('.js-filter-list').removeClass('form__filters--mobile');
$('.js-actions-toggle').removeClass('is-active');
$('.js-actions-sidebar').removeClass('is-visible');
$('.tr--parent.is-expanded').removeClass('is-expanded');
}
}).trigger('resize');
})(jQuery);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment