From ea4f5789b47316925f8578c531a6a089e9bab7ef Mon Sep 17 00:00:00 2001 From: Alexey Nikitchenko Date: Fri, 23 Aug 2024 18:06:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D1=82=20=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=BC=D0=B0=D1=86=D0=B8=D1=8E=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B7=D1=80=D0=B0=D1=87=D0=BD=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/filter-panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/blocks/filter-panel.css b/src/styles/blocks/filter-panel.css index b2d1fd14..273fcc03 100644 --- a/src/styles/blocks/filter-panel.css +++ b/src/styles/blocks/filter-panel.css @@ -49,7 +49,7 @@ max-height: calc(100vh - 108px); transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), - opacity calc(0.5s * (var(--is-filter-open))); + opacity 0.5s; background-color: hsl(0 0% var(--lightness)); }