Skip to content
Snippets Groups Projects
Commit 87a91c78 authored by Julien Mougenot's avatar Julien Mougenot
Browse files

[FIX] web: filter menu styling


Before this commit, the trash icons and "OR" indicator of each filter
was too far and couldn't be seen

Now, both of them are closer to the filter and can be seen in any circumstance.

Task 2073707

closes odoo/odoo#37722

Signed-off-by: default avatarVincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
parent 239d5d3d
Branches
Tags
No related merge requests found
......@@ -160,7 +160,7 @@
margin-bottom: 8px;
.o_or_filter { // or between conditions
display: none; // hidden for the first condition
@include o-position-absolute($top: 7px, $left: -18px);
@include o-position-absolute($top: 3px, $left: 4px);
}
}
.o_filter_condition + .o_filter_condition {
......@@ -178,7 +178,7 @@
}
}
.o_searchview_extended_delete_prop { // delete condition button position
@include o-position-absolute(3px, -18px);
@include o-position-absolute($top: 6px, $right: 4px);
cursor: pointer;
}
.o_add_filter_menu { // apply and add buttons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment