Replace filter ui components with fluent ui

This commit is contained in:
Laurent Nguyen
2024-04-30 12:04:28 +02:00
parent 299672435e
commit 29c28761b8
2 changed files with 48 additions and 39 deletions

View File

@@ -2557,10 +2557,12 @@ a:link {
}
.filterdivs {
padding-top: 15px;
height: 45px;
margin-bottom: 8px;
margin: 10px 0px;
white-space: nowrap;
input {
line-height: 14px; // To correct vertical position of the down arrow of the input
outline: none; // Remove the dotted border on focus, because fluent has its own focus style (underlined)
}
}
.editFilterContainer {