From d1a20f350b413ec1be2e5cc9ce8a555ffe91349b Mon Sep 17 00:00:00 2001 From: Nikita Bizyaev Date: Thu, 30 Apr 2026 13:22:12 +0300 Subject: [PATCH] =?UTF-8?q?hide=20=D0=9E=D1=87=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/theme/toirMuiTheme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/theme/toirMuiTheme.ts b/client/src/theme/toirMuiTheme.ts index 58d869e..e66c89b 100644 --- a/client/src/theme/toirMuiTheme.ts +++ b/client/src/theme/toirMuiTheme.ts @@ -63,7 +63,7 @@ export function buildToirMuiTheme(mode: Mode): Theme { styleOverrides: { body: { background: t.bgDefault, - '& .RaList-content > .RaList-noResults:only-child > .MuiCardContent-root': { + '& .RaList-content > .MuiCardContent-root:only-child:has(button[aria-label="Очистить фильтры"])': { display: 'none', }, },