Remove obsolete HTML class in advanced filters button

The `clear` class isn't needed since commit c9f31b8e1, when we moved
this button above the regular search fields.

We're also moving the `float` property to the CSS file.
This commit is contained in:
Javi Martín
2024-11-11 14:24:55 +01:00
parent 29968d1d9f
commit 670f4515ab
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
.admin-budget-investments-search-form {
.advanced-filters {
@include link;
float: $global-right;
margin: $line-height 0;
@include breakpoint(medium) {