Skip to content
Snippets Groups Projects
Commit 33c406e3 authored by Julien Mougenot's avatar Julien Mougenot Committed by fw-bot
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#39026

X-original-commit: 87a91c78
Signed-off-by: default avatarJulien Mougenot (JUM) <Arcasias@users.noreply.github.com>
parent d00a8329
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment