Skip to content

Commit

Permalink
[IMP] web: remove unused .o_inline_dropdown class
Browse files Browse the repository at this point in the history
task-3439226

Part-of: odoo#133289
  • Loading branch information
pparidans committed Aug 31, 2023
1 parent f44e96c commit d629aa0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions addons/web/static/src/legacy/scss/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@
}

// = Legacy submenus
// Workaround appling owl 'vertical nested menu' design.
// Should be removed once we'll support the 'horizontal' design.
// ----------------------------------------------------------------------------
.o_inline_dropdown {
.dropdown-menu, .o-dropdown-menu {
position: relative;
border: 0;
padding-top: 0;
box-shadow: none;

> .dropdown-item {
padding-left: $dropdown-item-padding-x * 1.5;
}
}
}

// TODO probably remove those next rules that target dropdown main classes once
// the backend searchbar has been refactored to use OWL dropdown components and
Expand Down

0 comments on commit d629aa0

Please sign in to comment.