Skip to content

Commit

Permalink
[FIX] web_responsive: Add class to dropdown
Browse files Browse the repository at this point in the history
* Add `oe_menu_toggler` class to secondary menus
  • Loading branch information
lasley committed Nov 24, 2016
1 parent c1d1f0d commit ba437bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_responsive/views/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</t>
</t>
<t t-if="not submenu">
<a class="dropdown-toggle"
<a class="dropdown-toggle oe_menu_toggler"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
Expand Down

0 comments on commit ba437bd

Please sign in to comment.