From 7efa79ea8fdad2757bfa4f4c6cc90f1414aaa9b6 Mon Sep 17 00:00:00 2001 From: Dhanus Date: Wed, 11 Sep 2024 18:46:53 +0530 Subject: [PATCH] [chore] Remove transition on accordion --- .../static/openwisp-notifications/css/preferences.css | 1 - 1 file changed, 1 deletion(-) diff --git a/openwisp_notifications/static/openwisp-notifications/css/preferences.css b/openwisp_notifications/static/openwisp-notifications/css/preferences.css index 31f4c28e..0319c10b 100644 --- a/openwisp_notifications/static/openwisp-notifications/css/preferences.css +++ b/openwisp_notifications/static/openwisp-notifications/css/preferences.css @@ -73,7 +73,6 @@ span.toggle-icon { margin-right: 5px; background: url(/static/admin/img/sorting-icons.svg) 0 0 no-repeat; background-size: 20px auto; - transition: background-position 0.3s ease; } span.toggle-icon.collapsed { background-position: 0px -84px;