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', }, },