[ACS-7631] Fix broken filters (#3735)

This commit is contained in:
tomson
2024-03-27 12:57:01 +01:00
committed by MichalKinas
parent 3900a33035
commit 58a5d6b293
4 changed files with 18 additions and 9 deletions

View File

@@ -30,10 +30,6 @@ $top-margin: 12px;
&-input {
caret-color: var(--theme-text-color);
&:disabled {
color: var(--theme-text-color);
}
}
}
@@ -44,7 +40,8 @@ $top-margin: 12px;
}
}
.app-search-options-menu {
/* stylelint-disable-next-line */
.app-search-options-menu.mat-mdc-menu-panel {
background-color: var(--theme-dialog-background-color);
width: $search-width;
max-width: unset;