From 7db9ff74b243354fe77a3258380abf52304fbbe7 Mon Sep 17 00:00:00 2001 From: Alexey Nikitchenko Date: Thu, 5 Sep 2024 18:19:13 +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=20(#1290?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/filter-panel.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/blocks/filter-panel.css b/src/styles/blocks/filter-panel.css index 4a5d741d..4efcc248 100644 --- a/src/styles/blocks/filter-panel.css +++ b/src/styles/blocks/filter-panel.css @@ -50,7 +50,8 @@ 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)); } .filter-panel__button {