Skip to content
Snippets Groups Projects
Commit cf34f10a authored by Benjamin Vray's avatar Benjamin Vray
Browse files

[FIX] website: hide the add language separator if it is the last item

Before this commit, the add language separator was visible at the end
of the inline language switcher even if the add language link was not
displayed.

Part of #59581

task-2312878
parent a4871a7d
Branches
Tags
No related merge requests found
......@@ -1240,6 +1240,9 @@ header {
border-radius: $rounded-pill;
vertical-align: top;
}
span.list-inline-item.o_add_language:last-child {
display: none !important; // Hide the separator if it is the last list item
}
// Footer scrolltop button
@if o-website-value('footer-scrolltop') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment